A simple messaging app written in JSX, Javascript, HTML and CSS; using WebSockets for real-time communication.
git clone https://github.com/Zxela/chatty-app.git chatty
cd chatty
npm install
npm start
cd chatty_server
npm install
nodemon server.js
open http://localhost:3000
- Node.js 6.0.0+
- NPM
Front-End
- React
- ReactDOM
- Webpack
- babel-loader
- webpack-dev-server
Back-End
- WebSocketServer ("ws")
- UUID
- Express
- Nodemon