hidden-chat
Hidden Chat is a very simple chat room experiment using websocket and your Chrome Developer Console (at the moment it is not optimized for other browsers) as chat client while displaying in the browser any other site. This is just a proof of concept of what could be done with the following technologies:
- Server side: Node.js, Websocket and Express
- Client side: Backbone, Marionette and Underscore
Demo (only client): https://alejandrodiego.com/github/hidden-chat/static
- Node.js
- NPM (Node Package Manager)
git clone https://github.com/AlejandroDiegoo/hidden-chat.git
npm install
node bin/hiddenChat.js --port 8000
http://localhost:8000/
Don't forget to open the browser console.