Skip to content

SPA for chat application made in react. Socket IO is used for realtime and Node/Express is used for backend APIs.

Notifications You must be signed in to change notification settings

PJMessi/react-node-chat

Repository files navigation

Chat application with Socket IO

Realtime chat application powered by Node Js, React and Sockets.
This is the frontend repository built with React Js.

Related repositories

You can find the backend repository from this link: Backend Repository.
You can find the frontend made in Vue Js from this link: Frontend Repository with Vue Js.

Tech used

  1. Node Js and Express at the backend.
  2. React Js at the frontend.
  3. Socket IO for realtime.
  4. Postgres for database.

Additional features

  1. Welcome email for new user.

Demo

React frontend demo on heroku
Nodejs express backend demo on heroku

Chat demo gif

Chat demo

User status demo gif

User status demo

Guide

  1. Clone the repository.
  2. Install the dependencies:
    npm install
  3. Run the server:
    npm start

About

SPA for chat application made in react. Socket IO is used for realtime and Node/Express is used for backend APIs.

Resources

Stars

Watchers

Forks

Packages

No packages published