WebSockets
-
Web Development
Creating High-Performance Web Applications with ActiveJ
In this article, we will create several web applications using a single full-stack ActiveJ framework. 1. Why using ActiveJ? Most…
Read More » -
Enterprise Java
Real-Time Communication: Implementing Websockets With Spring Boot
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed…
Read More » -
Scala
Backpressure in action with websockets and akka-streams
So in the previous article I showed how you could create a websocket server using akka-streams. In this follow up…
Read More » -
Enterprise Java
Integrating CDI and WebSockets
Thought of experimenting with a simple Java EE 7 prototype application involving JAX-RS (REST), WebSockets and CDI. Note: Don’t want…
Read More » -
Scala
ReactiveMongo with Akka, Scala and websockets
I was looking for a simple websocket server for one of my projects to test some stuff with reactive mongo.…
Read More » -
Software Development
Slides from Nuts and Bolts of WebSocket at #Devoxx 2014
Peter Moskovits from Kaazing (@peterm_kaazing) and I gave a university talk at Devoxx 2014 on Nuts and Bolts of WebSocket.…
Read More » -
Software Development
STOMP over WebSocket
STOMP is Simple Text Oriented Messaging Protocol. It defines an interoperable wire format that allows a STOMP client to communicate…
Read More » -
Enterprise Java
WebSocket Chat on WildFly and OpenShift
Chat is one of the most canonical sample to explain WebSocket. Its a fairly commonly used interface and allows to explain…
Read More » -
Enterprise Java
Securing WebSocket using wss and HTTPS/TLS
50th tip on this blog, yaay! Tech Tip #49 explained how to secure WebSockets using username/password and Servlet Security mechanisms. This Tech Tip will explain…
Read More »