Java: Anyone using Websockets or other reactive programming in Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2020
11:17 AM
We are dabbling with using Websockets to enable 2-way communication between one of our webapplications and the teachers browser. Ideally we'll use the KState Java library callback function to send data along the WebSocket pipe to the browser. But, there's a lot of tech in this stack and we're stuck figuring out what we don't know.
Does anyone have an example of a Java server application using the KState callback features to provide a more reactive customer experience, using Websokcets or something else?