Skip to content

l-shih/chattyApp

Repository files navigation

ChattyApp

Real time web application that allows users to communite with each other without having to register accounts. Upon connection, each user is assigned a random colour. Users can change their user name if they so choose to.

This project utilises Websockets as a server.

Getting Started

Please clone the repo and install all dependencies. You will need to run two servers.

First server,

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

Second server,

cd to chatty_server
npm install
npm start
open http://localhost:3000

Dependencies

About

Chatroom app using ReactJS and Websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published