Skip to content
/ chatty-app Public

A simple live chat app that uses React, Node.js, and WebSockets to allow for multiple users to communicate.

Notifications You must be signed in to change notification settings

49V/chatty-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty

A simple live chat app that uses React, Node.js, and WebSockets to allow for multiple users to communicate.

Dependencies

Usage

  1. Clone the repo
  2. Install dependencies for both servers: npm install in both directories ('clientServer/', 'webSocketsServer/')
  3. Run both servers: Run npm start in both directories ('clientServer/', 'webSocketsServer/')
  4. Visit 'http://localhost:3000'

Screenshots

Chatty

About

A simple live chat app that uses React, Node.js, and WebSockets to allow for multiple users to communicate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8