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
- Host: GitHub
- URL: https://github.com/deepaksorthiya/spring-boot-3-websocket
- Owner: deepaksorthiya
- Created: 2024-02-24T13:49:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T03:27:08.000Z (about 1 year ago)
- Last Synced: 2025-05-14T16:19:35.314Z (about 1 year ago)
- Topics: spring-boot, springboot, websocket, websocket-application
- Language: Java
- Homepage: https://github.com/deepaksorthiya/spring-boot-3-websocket
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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/)