Skip to content

Learning how to make a chatroom using REACT and Web Sockets

License

Notifications You must be signed in to change notification settings

KateDay/ChattyREACT

Repository files navigation

Chatty App

Let's Get Chit Chatting!

What is it?!

A chat room built with React utilizing Web Sockets so multiple users can chat together at any time.

Getting Started

Install the dependencies and start the server.

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

You will also need to start the websocket server. You will need a second terminal and type:

cd chatty_server
node server.js

Dependencies include:

About

Learning how to make a chatroom using REACT and Web Sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published