/node-wschat

Node.js WebSocket example chat application

Primary LanguageJavaScriptMIT LicenseMIT

Node.js WebSocket Chat App

To run this example app, navigate to this directory in your terminal and install the Node.js dependencies:

npm install

Run the application with:

npm start

Open the application at http://localhost:3000/ in an number of browsers or tabs.