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

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.

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
![Alt Text](repo-images/join-chat-2025.png)

![Alt Text](repo-images/chat-2025.png)