NodeJS, Websocket
- A simple chatting room for testing push model
- pros:
- real-time
- cons:
- required bidirectional protocol between client and server
- clients must be online
- pros:
real_time_chatting_room.mov
- Run
npm install
to install dependencies. - Run
node index.js
to start the node app. - Open http://localhost:8080/.