Real time chat app using Web Sockets. It operates in a Group Chat setting.
- Clone repository
git clone git@github.com:bruce-mig/ping-chat-websocket-app.git
- Start the application
cd ping-chat-websocket-app
sudo chmod +x mvnw
./mvnw spring-boot:run
- The app is available at port 8080. Join group and enjoy a conversation with friends ...