CommentDec 23, 2019You can read "building microservice", sam newman Basically, microservice is a software architecture that split the huge to independent serviceMicroservices
ReplyJun 11, 2019I think you get confused about Graphql. Graphql is not a database but it's just a query language that is better than REST APIWhich database do you prefer when using Node.js?
CommentMar 25, 2019Why do you use Nginx then it doesn't work? Can I see your Nginx config? After you use npm run build , you actually set the Nginx for html file.Proxy not working on react after running npm run build
ReplyFeb 22, 2019Serdar Sanri Why you think that he doesn't need SocketIO? Socket IO is real-time backend framework which client and server communicate immediately.How can i build slack clone with redis caching?
CommentFeb 22, 2019I personally suggest that you can try websocket or socket.io to create real time application. If you have time much, you should try Graphql.What can be the next project ideas after learning the basic CRUD on Node.js with express?
ReplyFeb 12, 2019Oh, Thank you, sir. Now I usually use the structure like your structure.How do you structure folders in your NodeJS backend?
ReplyFeb 11, 2019Oh This is my first time to use Hashnode Thank for your advice, sir.How do you structure folders in your NodeJS backend?