-
Python👁 Image
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👁 Image
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👁 Image
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👁 spring-interview-questions-answers
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👁 Image
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👁 java-interview-questions-answers
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👁 Image
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👁 Image
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👁 Image
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 »
