Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 856 Bytes

File metadata and controls

30 lines (19 loc) · 856 Bytes

React.JS Chat

This is a react.js chat application powered by Socket.io that provides the basic functions you'd expect from a chat, such as a chat room, messaging, typing and event indicators.

Chat Preview


Features

  • List of active users
  • Typing indicators
  • Event logging on chat
  • Mobile ready

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

You might want to look into server/index.js to make change the port you want to use and set up a SSL certificate.


Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000