WebSockets
-
Python

Scaling Django for Real-Time Applications: WebSockets, Channels, and Async Views
Django built its reputation on synchronous request-response cycles. But modern applications demand real-time features: live notifications, collaborative editing, chat systems,…
Read More » -
Core Java

Migrating a Legacy RMI Application to WebSockets — A Pragmatic Guide
Remote Method Invocation (RMI) was once the straightforward way for Java apps to talk across a network. But it’s tightly…
Read More » -
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 »







