A Chat Application which uses WebSockets to communicate. Uses ws-server as the WebSocket server for communication.
- Basic message passing
- Multiple Users per IP
- Can use Locally Hosted Server
git clone https://github.com/ShreeyansB/ws-react
cd ws-react
npm startgit clone https://github.com/ShreeyansB/ws-serverHost the server using Heroku or something else.
Create .env file in root of React App. Set environment variable REACT_APP_WS_URL to your hosted server URL.
REACT_APP_WS_URL="ws://yourwebsocketserver.app/"
