https://github.com/suicidekingg/up-chat
Chat Room Application using Socket.io and Node JS. A practice ground for myself to improve my web sockets and nodejs skills.
https://github.com/suicidekingg/up-chat
css html javascript nodejs socket-io websocket
Last synced: about 2 months ago
JSON representation
Chat Room Application using Socket.io and Node JS. A practice ground for myself to improve my web sockets and nodejs skills.
- Host: GitHub
- URL: https://github.com/suicidekingg/up-chat
- Owner: SuicideKingg
- Created: 2025-01-28T10:19:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-28T10:33:09.000Z (over 1 year ago)
- Last Synced: 2025-01-28T11:32:40.384Z (over 1 year ago)
- Topics: css, html, javascript, nodejs, socket-io, websocket
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
Simple Chat Room application using nodejs and socket.io. Hobby project to enhance my skills in web socket.
# Reminders
1. This app is not using any databases. It uses variables only for data storage of users and messages.
2. Run **npm init** first before running this app.
3. To start the app, cd to the **/server** folder and run the server(**npm start**). After that open the **index.html** inside the **/app** folder and you should see the UI for joining the chat room.
## Some screenshots for the app

