Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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) |