kianaghassabi / ROC

react online chat with WebRTC [Node back-end ] on Heroku Demo:

Home Page:https://ronlinechat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-react-app with a Node server on Heroku

Demo

Demo deployment: example API call from the React UI is

For Local Development

Run the API Server

In a terminal:

# Initial setup
npm install

# Start the server
npm start

Run the React UI

The React app is configured to proxy backend requests to the local Node server. (See "proxy" config)

In a separate terminal from the API server, start the UI:

# Always change directory, first
cd react-ui/

# Initial setup
npm install

# Start the server
npm start

About

react online chat with WebRTC [Node back-end ] on Heroku Demo:

https://ronlinechat.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 97.1%Language:CSS 2.0%Language:HTML 0.8%