Skip to content

alex-ac2/chatty-app

Repository files navigation

Chatty-App

A lightweight chat room application made using react and WebSockets combined with a small implementation of graphql handling user online count.

Usage

This application relies on running two node instances. Please clone the Chatty-Server application running the necessary WebSocket connection and Apollo/GraphQL server.

(Upon completion of Chatty-Server local deployment)

Install the dependencies and start the Chatty-App frontend server.

npm install
npm start
open http://localhost:3000

Dependencies

Frontend (Chatty-App):

Backend (Chatty-Server):

  • Express
  • WS
  • Uuid
  • Cors
  • Axios
  • Apollo-server-express

Final Project

Main Page: "Main Page"

Username update notification: "Username update notification"

About

Example chat application using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published