sbaxter / websocket-sandbox

A chat app I made to play with web sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket Sandbox

A simple chatroom app created to help familiarize myself with web sockets.

Launch

  1. node index.js (you will be prompted for a host and a port, default is http://127.0.0.1:8080
  2. Point a web browser to http://{host}:{port}.
  3. Chat it up.

About

A chat app I made to play with web sockets.


Languages

Language:JavaScript 100.0%