Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 618 Bytes

About

Simple Reactjs boilerplate for socket communication.

  • UI offers a start and stop button to establish connection with server.
  • In addtiion to above , speed and text log events being thrown by server are shown in form of speedometer.

Features

  1. Build on top of production ready standard boilerplate.
  2. Configuration driven.
  3. Component structure for decoupling.
  4. Code linting.

Further Improvement

  1. Addition of redux for workflow management for larger app.
  2. Socket server connection mechanism on worker thread.

Setup instruction

  1. yarn install
  2. yarn start