Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:30:28.000Z (over 1 year ago)
- Last Synced: 2023-08-02T05:03:09.922Z (over 1 year ago)
- Topics: library, rest-api, springboot, websocket
- Language: Java
- Homepage: https://idioglossia.github.io/row-server-starter/
- Size: 830 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://jitpack.io/v/idioglossia/spring-rest-over-ws.svg)](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