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
- Host: GitHub
- URL: https://github.com/shreyansh26/socketio_chat_2
- Owner: shreyansh26
- Created: 2017-06-10T08:21:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T12:15:17.000Z (about 9 years ago)
- Last Synced: 2025-07-17T09:55:56.888Z (11 months ago)
- Topics: socket-io, webchat
- Language: JavaScript
- Homepage:
- Size: 683 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)