WebSockets
-
Software Development

Client-Server Communication: HTTP, REST, WebSockets, GraphQL, and gRPC
Modern software applications depend on communication between clients and servers. Every time a browser loads a webpage, a mobile application…
Read More » -
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 »







