Skip to content

ShreeyansB/ws-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws-react

A Chat Application which uses WebSockets to communicate. Uses ws-server as the WebSocket server for communication.


screenshot

Features

  • Basic message passing
  • Multiple Users per IP
  • Can use Locally Hosted Server

Usage

git clone https://github.com/ShreeyansB/ws-react
cd ws-react
npm start

To use your own server

git clone https://github.com/ShreeyansB/ws-server

Host 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/"

About

React App for WebSocket Chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published