An open API service indexing awesome lists of open source software.

https://github.com/bruce-mig/ping-chat-websocket-app

A chat app using Websockets with Spring Java, Sockjs and Stompjs
https://github.com/bruce-mig/ping-chat-websocket-app

java sockjs spring-boot stomp-protocol stompjs websocket

Last synced: 8 months ago
JSON representation

A chat app using Websockets with Spring Java, Sockjs and Stompjs

Awesome Lists containing this project

README

          

# ping-chat-websocket-app

Real time chat app using Web Sockets.
It operates in a Group Chat setting.

### How to run

1. Clone repository

```bash
git clone git@github.com:bruce-mig/ping-chat-websocket-app.git
```

2. Start the application

```bash
cd ping-chat-websocket-app
sudo chmod +x mvnw
./mvnw spring-boot:run
```

3. The app is available at port 8080. Join group and enjoy a conversation with friends ...

![interface](src/main/resources/static/images/demo-crop.png)

### System Design

![system design](src/main/resources/static/images/system-design.png)