arimame / chatty_app

A chatting app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty App

A single page chatting app that uses React and Websockets. Users can send messages to each other in real time.

Final Project

"Screenshot of Chatty App"

Dependencies

Client side:

  • 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

Server side:

  • express
  • ws
  • uuid

Getting Started

  • Install all dependencies (using the "npm install" command)
  • Run the development web server using the npm start

About

A chatting app!

License:MIT License


Languages

Language:JavaScript 81.4%Language:CSS 16.8%Language:HTML 1.8%