responsive_chatroom icon indicating copy to clipboard operation
responsive_chatroom copied to clipboard

Nodejs Chatroom running on long polling and native websockets

#Technologies Used

Long Polling

Set up node's build in EventEmitter to subscribe and publish messages based on the web query. Front end codes sends ajax http requests for updates.

Native Websockets

Uses native html5 websockets and Node's 'ws' module in conjunction with EventEmitter to subscribe and publish messages