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

https://github.com/jgudo/chat-socket-io

Realtime chat app with React JS, Express JS and Socket IO
https://github.com/jgudo/chat-socket-io

Last synced: 2 months ago
JSON representation

Realtime chat app with React JS, Express JS and Socket IO

Awesome Lists containing this project

README

        

# Realtime Chat App with React, Express and Socket IO
This project was built with Express JS, Socket IO, PostgreSQL for database and React.

## Initialize project
Run the command to install dependencies for both end
```sh
$npm run init-project
```

## Run It
Run it locally
```sh
$npm start
```