Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhalverson/react-chatroom-ui
A simple chat app that uses node socket.io and react
https://github.com/benhalverson/react-chatroom-ui
Last synced: 7 days ago
JSON representation
A simple chat app that uses node socket.io and react
- Host: GitHub
- URL: https://github.com/benhalverson/react-chatroom-ui
- Owner: benhalverson
- Created: 2018-05-07T07:13:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T03:53:07.000Z (7 months ago)
- Last Synced: 2024-04-22T04:56:06.040Z (7 months ago)
- Language: JavaScript
- Homepage: https://chatapp-demo.netlify.com/
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactn
## A React and Socket.io based chat app by Ben Halverson
- Demo link http://chatapp-demo.netlify.com
## Front-end
- react.js
- socket.io client## Back-end
- node.js
- socket.io api## Usage
`npm i` to install packages
`npm start` for the front-end
`npm run server` for the node server
- Make sure to rename the `.env.local.sample` to `.env.local` and `.env.production.local`