/amagi-chat

My first Node-Websocket chat app

Primary LanguageJavaScript

amagi-chat

My first Node-Websocket chat app.

To run:

npm install
node index.js

Once the server is running, open index.html in two browsers. Now type a message and click "Send" on either one.

The message should now appear on both browsers :)