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

https://github.com/deepaksorthiya/spring-boot-3-websocket

Spring Boot 3 Websocket using STOMP
https://github.com/deepaksorthiya/spring-boot-3-websocket

spring-boot springboot websocket websocket-application

Last synced: about 1 year ago
JSON representation

Spring Boot 3 Websocket using STOMP

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/deepaksorthiya/spring-boot-3-websocket.svg?style=svg)](https://circleci.com/gh/deepaksorthiya/spring-boot-3-websocket)

# Getting Started

## Requirements:

```
Git: 2.49.0
Spring Boot : 3.4.4
Java : 21
Maven 3.9 +
```

## Start application using:

```bash
./mvnw spring-boot:run
```

## Testing:

[http://localhost:8080](http://localhost:8080)

### Reference Documentation

For further reference, please consider the following sections:

* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/#build-image)
* [WebSocket](https://docs.spring.io/spring-boot/docs/3.2.3/reference/htmlsingle/index.html#messaging.websockets)

### Guides

The following guides illustrate how to use some features concretely:

* [Using WebSocket to build an interactive web application](https://spring.io/guides/gs/messaging-stomp-websocket/)