/nodesocket

simple chat client built using javascript and websockets

Primary LanguageJavaScript

Node.js WebSocket Chat Application

This is a simple chat application built in Node.js and WebSocket using this tutorial.

Running the App

Assuming you already have node and npm installed...

Install the dependencies:

npm install

Start the server:

node chat-server.js

Visit chat.html from two different pages, and start talking to yourself

This .md page styled after README of jacobaweiss's brother project.