Skip to content

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.

Notifications You must be signed in to change notification settings

AlejandroDiegoo/hidden-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hidden-chat

alt tag

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

Requires

  • Node.js
  • NPM (Node Package Manager)

Download

git clone https://github.com/AlejandroDiegoo/hidden-chat.git

Fetch dependencies

npm install

Launch server

node bin/hiddenChat.js --port 8000

Open client

http://localhost:8000/

Don't forget to open the browser console.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published