Let's Get Chit Chatting!
A chat room built with React utilizing Web Sockets so multiple users can chat together at any time.
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
- Node
- React
- Webpack
- Sass
- Express
- babel-loader
- webpack-dev-server
- Web Sockets
- UUID
- prop-types