https://github.com/ep2p/row-server-starter
ROW | Rest Over Websocket | Spring boot websocket that wrapps rest
https://github.com/ep2p/row-server-starter
library rest-api springboot websocket
Last synced: 12 months ago
JSON representation
ROW | Rest Over Websocket | Spring boot websocket that wrapps rest
- Host: GitHub
- URL: https://github.com/ep2p/row-server-starter
- Owner: ep2p
- License: gpl-3.0
- Created: 2020-05-14T08:00:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:30:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T09:44:53.536Z (about 1 year ago)
- Topics: library, rest-api, springboot, websocket
- Language: Java
- Homepage: https://idioglossia.github.io/row-server-starter/
- Size: 830 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#idioglossia/spring-rest-over-ws)
# Rest Over Websocket | Springboot starter
ROW (Rest Over Websocket) | Spring boot websocket that wrapps rest apis
## Description
As the name suggests, ROW creates a websocket endpoint and provides json based protocol that wraps springboot rest controllers. Therefore, with a simple configuration and some annotations, your application will be served on websocket alongside already defined Rest endpoints.
## Documentations
Everything you need to know is covered in [wiki pages](https://github.com/idioglossia/spring-rest-over-ws/wiki).
## Demo
A demo of this project is available [here](https://github.com/idioglossia/row-demo). This demo uses [Java Row Client](https://github.com/idioglossia/java-row-client) as client to contact row server.
## TODO
- [ ] Add handler pipeline for row scanner (cleaner code)
- [ ] Add application events for row configurations
- [ ] Customizable error handler