Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
An extremely down to earth single-room anonymous chat web application created using socket.io and Nodejs.
- Host: GitHub
- URL: https://github.com/alpha74/socketchat
- Owner: alpha74
- Created: 2019-12-29T20:15:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T18:27:23.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:48:46.132Z (almost 2 years ago)
- Topics: chat-application, javascript, nodejs, nodejs-server, online-chat, socket-io, socketchat
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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`.