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.
- Host: GitHub
- URL: https://github.com/alpha74/socketchat
- Owner: alpha74
- Created: 2019-12-29T20:15:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T18:27:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T04:41:29.585Z (9 months ago)
- Topics: chat-application, javascript, nodejs, nodejs-server, online-chat, socket-io, socketchat
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- 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`.