a basic chat room app inspired by imessage build on expressjs with socketio
- Socketio for bi-directional communication between web clients and servers
- Express.js as a Node.js server side framework
- Node.js as an interface to the V8 Javascript runtime
- Fork & Clone this repository.
In Terminal
- cd ioMessage
- npm install
- node app.js
- Enter username and enjoy!
- add list to show who's online
- allow users to create their own rooms