An open API service indexing awesome lists of open source software.

https://github.com/shreyansh26/socketio_chat_2

A live Webchat service made using Socket.IO
https://github.com/shreyansh26/socketio_chat_2

socket-io webchat

Last synced: about 1 month ago
JSON representation

A live Webchat service made using Socket.IO

Awesome Lists containing this project

README

          

Socket.IO Chat
==============

A simple live Webchat service made using Socket.IO.

Dependencies
------------
* NodeJS (See [here](https://nodejs.org/en/download/ "Nodejs") for details)

Installation/Running
--------------------
* `cd` to the root of the project and run:
`npm install`
* In the terminal type:
`node server.js`
* Head to: [http://localhost:3000/](http://localhost:3000/)