I have worked with heroku and firebase, I just followed their guide to host a node server on their domains and that works. But I actually dont know how node js works in the background to serve a large number of concurrent users. I want to know how it actually works asynchronously, Is a new instance of server created for every user that connects. Can I store some data with the server(in the server folder) which can be simultaneously accessed by a number of users. What are the best practices while hosting which would help in long term in aspects of a amateur developer.
Submitted December 04, 2019 at 11:23AM by cr3ax
No comments:
Post a Comment