Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralscha/cettia-demo
Cettia with Spring 5 demos
https://github.com/ralscha/cettia-demo
cettia realtime spring spring5-webflux websocket
Last synced: about 2 months ago
JSON representation
Cettia with Spring 5 demos
- Host: GitHub
- URL: https://github.com/ralscha/cettia-demo
- Owner: ralscha
- License: apache-2.0
- Created: 2018-07-08T14:31:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:52:25.000Z (2 months ago)
- Last Synced: 2024-10-27T19:50:35.729Z (2 months ago)
- Topics: cettia, realtime, spring, spring5-webflux, websocket
- Language: Java
- Homepage:
- Size: 820 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Collection of [Cettia](http://cettia.io/) and Spring 5 demo applications.
| Project | Description | Source |
|---------|-------------|--------|
| chat | Ionic 4 chat application with automatic message translation with the [Cloud Translation API](https://cloud.google.com/translate/) from Google |
| datachannel | WebRTC data channel example |
| gauge | Sending random data to the client and displaying the values with the Gauge diagram from the [echarts](https://ecomfe.github.io/echarts-doc/public/en/index.html) library. |
| iss | The server reads periodically the position of the International Space Station from api.open-notify.org and sends the location to all connected clients. |
| maps | Sending periodically location data to the client and visualize them on a Google Maps |
| simple-chat | Simple chat application |
| smoothie | Sending random data to the client and displaying the values with the [smoothie.js](http://smoothiecharts.org/) library. | [GitHub](https://github.com/joewalnes/smoothie) |
| snake | Port of the WebSocket snake demo included in the Tomcat distribution. | [Homepage](http://tomcat.apache.org/) |
| socketio-chat | Port of the [socket.io](https://socket.io/) chat example | [GitHub](https://github.com/socketio/socket.io/tree/master/examples/chat) |
| socketio-whiteboard | Port of the [socket.io](https://socket.io/) whiteboard example | [GitHub](https://github.com/socketio/socket.io/tree/master/examples/whiteboard) |