/chatty-app

Chatty App built on a simple react boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Chatty App

A simple messaging app written in JSX, Javascript, HTML and CSS; using WebSockets for real-time communication.

Usage

git clone https://github.com/Zxela/chatty-app.git chatty
cd chatty
npm install
npm start
cd chatty_server
npm install
nodemon server.js
open http://localhost:3000

Dependencies

  • Node.js 6.0.0+
  • NPM

Front-End

Back-End

  • WebSocketServer ("ws")
  • UUID
  • Express
  • Nodemon

Final Product

Multiple Clients

"Two Clients Connected"

Changing Username

"Change User"

Two Clients in Action

"Both Users Can Send and Recieve"