Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lahsivjar/spring-websocket-template
Template project for configuring websockets with spring
https://github.com/lahsivjar/spring-websocket-template
chat chat-application maven react sockjs spring spring-boot stomp stompwebsocket websocket
Last synced: 3 months ago
JSON representation
Template project for configuring websockets with spring
- Host: GitHub
- URL: https://github.com/lahsivjar/spring-websocket-template
- Owner: lahsivjar
- License: mit
- Created: 2017-07-25T06:04:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T16:37:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T10:22:25.871Z (9 months ago)
- Topics: chat, chat-application, maven, react, sockjs, spring, spring-boot, stomp, stompwebsocket, websocket
- Language: Java
- Homepage: https://react-websocket.herokuapp.com/index
- Size: 76.2 KB
- Stars: 42
- Watchers: 3
- Forks: 19
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-websocket-template
[![Build Status](https://travis-ci.org/lahsivjar/spring-websocket-template.svg?branch=master)](https://travis-ci.org/lahsivjar/spring-websocket-template)Provides a template for [spring](https://spring.io/) websocket usage (with and without SockJS support)
The project provides 2 modules:
* `without-sockjs`: Plain websocket integration with [Spring Boot](https://projects.spring.io/spring-boot/)
* `with-sockjs`: Websocket integration with [Spring Boot](https://projects.spring.io/spring-boot/) for backend and [React](https://reactjs.org/) for frontend. Checkout [README](with-sockjs/README.md) for more information. This module is also deployed at: https://react-websocket.herokuapp.com/index## Installation
```
mvn install
```## Issues
Report any issues or bugs to https://github.com/lahsivjar/spring-websocket-template/issues Pull requests are welcomed.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details