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

https://github.com/alpha74/socketchat

An extremely down to earth single-room anonymous chat web application created using socket.io and Nodejs.
https://github.com/alpha74/socketchat

chat-application javascript nodejs nodejs-server online-chat socket-io socketchat

Last synced: 7 months ago
JSON representation

An extremely down to earth single-room anonymous chat web application created using socket.io and Nodejs.

Awesome Lists containing this project

README

          

# SocketChat
A simple single room chat web application created using socket.io and Nodejs.

## Run
- Install Nodejs
- Clone the repo.
- Install dependencies.
- Run `npm run devStart`.