honnuoc/chat-multiroom
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Chat MultiRoom Application With Nodejs, Angularjs, Socket.io, MySQL Prerequisites: How to use $ cd chat-multiroom $ npm install $ node app.js And point your browser to http://localhost:7070. Optionally, specify a port by supplying the PORT env variable. Features Multiple users can join a chat room by each entering a unique username on website load. Users can type chat messages to the chat room. A notification is sent to all users when a user joins or leaves the chatroom. Notes: References Node.js and Socket.io Creating Room http://stackoverflow.com/questions/19156636/node-js-and-socket-io-creating-room Build a real-time polls application with Node.js, Express, AngularJS, and MongoDB http://www.ibm.com/developerworks/library/wa-nodejs-polling-app/ AngularJS + Socket.IO - how to update model? http://stackoverflow.com/questions/18504028/angularjs-socket-io-how-to-update-model Learn how to implement Infinite Scroll Pagination in AngularJS http://blogs.bluepi.in/2014/04/01/angularjs-infinite-scroll-pagination/