Chatty App is a full stack web application that allows users to communicate with each other without having to register accounts.
Users can chat with multiple people.
Upon changing username, a notification message is sent to all users.
Install the dependencies and start the web server.
npm install
npm start
Start the websocket server by navigating within the
chatty-server
folder and running the server using the npm start
command.
- React
- Webpack
- babel-loader
- webpack-dev-server