Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 4 hours 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
```