#nodejs
Read more stories on Hashnode
Articles with this tag
Imagine that you are building an app with chat rooms (or any realtime app) and it will have thousands of users how do you think a server could handle...
The Observer pattern and the Event Emitter The Observer pattern defines an object (called the subject) that can notify a set of observers (or...