/ChatRoom

sample multi room chat application

Primary LanguageJavaScript

Multiroom Chat Application

Following along with the sample chat application from ‘Node.js in Action’

Creates a static file server for HTML, CSS, and client-side JS files.
Handles chat-related messaging/application events on the server using Socket.IOi
Handles chat-related messaging in the user’s web browser.