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
- Host: GitHub
- URL: https://github.com/jgudo/chat-socket-io
- Owner: jgudo
- Created: 2020-07-13T01:46:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T03:24:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T01:49:24.918Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```