/websocket-node-example

A simple websocket example with of course javascript on the client and NODE on the backend.

Primary LanguageJavaScript

Node Websocket Example

A tiny demo of the simple websocket example using NODE for the backend

Live Demo:

http://x.co/wsdemo

Running Locally

git clone https://github.com/thedamian/websocket-node-example
cd websocket-node-example
npm install ws (this install the websocket library if you don't already have it)
node index.js
(Then browse to http://localhost:5000)