Skip to content

rachelyellow/ChattyApp

Repository files navigation

ChattyApp

A chat application that allows users to connect to a server and chat in real-time via WebSockets.

Final Product

"Chatty messages demo"

Usage

Clone ChattyApp.

git clone git@github.com:rachelyellow/ChattyApp.git

Install all dependencies in the chatty_server folder using npm install and run the chat server.

cd chatty_server
npm install
npm start

In the project 'root' folder, install the dependencies and run the front end server on your browser.

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

Dependencies

  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • css-loader
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • webpack
  • webpack-dev-server
  • react
  • react-dom
  • express
  • uuid
  • ws

About

A multimedia messenger that allows users to connect and chat in real-time via WebSockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published