Skip to content

A simple chat application built with React.js and WebSockets.

License

Notifications You must be signed in to change notification settings

deventorum/Chatty-App

Repository files navigation

Chatty App

=====================

A simple chat application built with React.js and WebSockets

Final Product

Screenshot-1 of the app Screenshot-2 of the app

Usage

Fork and clone the repo.

git clone git@github.com/{yourUsername}/Chatty-App/.git
cd to Chatt-App folder
install the dependencies and start the servers

Install the dependencies and start the server

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

Open another terminal tab and start the websocket server

cd chatty_server
npm install
npm start

Dependencies

DevDependencies

  • babel-core: 6.23.1,
  • babel-loader: 6.3.1,
  • babel-preset-es2015: 6.22.0,
  • babel-preset-react: 6.23.0,
  • babel-preset-stage-0: 6.22.0,
  • css-loader: 0.26.1,
  • eslint: 3.15.0,
  • eslint-plugin-react: 6.9.0,
  • node-sass: 4.5.0,
  • sass-loader: 6.0.0,
  • sockjs-client: ^1.1.2,
  • style-loader: 0.13.1,
  • webpack: 2.2.1,
  • webpack-dev-server: 2.3.0

About

A simple chat application built with React.js and WebSockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8