/chat

Sample chat app that leverages websockets

Primary LanguageJavaScript

Chat app

This is a proof of concept chat app that I used to get familiar with websockets.

Repository structure

Client

This is a React.js app built with Material UI.

You can find instructions on how to run it under /client/README.md.

This is how it looks image

Server

This is a node.js app that collects the messages sent by the chat app users and broadcasts them back to all connected users.

To start the server, you can open a terminal and run node server/index.js.

Dependencies

  • NPM
  • Node.js