Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 612 Bytes

Flux front end Flux logo

Flux aim to be a fast and secure messaging applications for general purpose.

Built with React & Node.js.

Deploy to Heroku

It deploy the same as any other React app on Heroku. You will just need to set two environment variable once deployed:

  • REACT_APP_API_PATH: The path to the Flux API
  • REACT_APP_SOCKET_PATH: The path to the Flux Socket. For instance if your REACT_APP_API_PATH is http://flux.com then the socket path is ws://flux.com. If you use https replace ws by wss