/react-websocket-chat

:speech_balloon: Example ES6 chat webapp using React and WebSockets

Primary LanguageJavaScript

💬 react-websocket-chat

An example or starting place for an ES6 chat webapp using Express, ws, React, and WebSockets.

Prerequisites

  • Node
  • webpack (npm install -g webpack)

Setup

git clone https://github.com/jskz/react-websocket-chat.git test
cd test
npm install

Build + Usage

webpack
npm start

Visit http://localhost:8080/ with your browser.

Screenshot with three sessions

Screenshot using three concurrent sessions