https://github.com/ananth-swamy/socket-chat
Sockets chat using socket.io and react
https://github.com/ananth-swamy/socket-chat
chat chat-application socket-io socket-programming sockets
Last synced: about 2 months ago
JSON representation
Sockets chat using socket.io and react
- Host: GitHub
- URL: https://github.com/ananth-swamy/socket-chat
- Owner: ANANTH-SWAMY
- Created: 2024-02-22T04:58:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:04:32.000Z (about 2 years ago)
- Last Synced: 2025-04-05T05:24:28.584Z (about 1 year ago)
- Topics: chat, chat-application, socket-io, socket-programming, sockets
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket Chat
A simple chat application written with sockets.

## Instructions
* Clone this repo.
* Run `npm i` in both the frontent and backend directories.
* Run `npm run dev` in the frontend directory and go to http://localhost:5173 in your browser.
* Run `npm start` in the backend directory.