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

https://github.com/iam-abin/chat-app

a simple and basic chat application using socker io
https://github.com/iam-abin/chat-app

socket-io

Last synced: about 2 months ago
JSON representation

a simple and basic chat application using socker io

Awesome Lists containing this project

README

          

### chat app using socker io

## steps to run

#### clone this repo
then,
```
cd backend
```
```
npm start
```

```
cd frontend
```
```
npm run dev
```