Simple Reactjs boilerplate for socket communication.
- UI offers a start and stop button to establish connection with server.
- In addtiion to above ,
speed
andtext log
events being thrown by server are shown in form of speedometer.
- Build on top of production ready standard boilerplate.
- Configuration driven.
- Component structure for decoupling.
- Code linting.
- Addition of
redux
for workflow management for larger app. - Socket server connection mechanism on
worker thread
.
yarn install
yarn start