Chatty App is a chat web SPA (Single Page Application), like Slack or WhatsApp, built with ReactJS, Babel and WebPack that communicates with a server via WebSockets (using Node package ws on the server-side, and native WebSocket on the client side) for multi-user real-time updates.
-
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
-
WebSockets server
- express
- ws
- uuid
Install the dependencies and start the server.
npm install
npm start
open http://localhost:3000
Run Websocket Server in the folder chatty_server
npm install
npm start

