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

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

Awesome Lists containing this project

README

          

# Socket Chat

A simple chat application written with sockets.

![image](./preview/example.png)

## 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.