VOOZH about

URL: https://www.javacodegeeks.com/tag/websockets

⇱ WebSockets Archives - Java Code Geeks


  • Python👁 Image
    Eleftheria DrosopoulouOctober 17th, 2025
    0 343

    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
    Eleftheria DrosopoulouSeptember 4th, 2025
    0 371

    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
    Valeria ListratovaOctober 10th, 2020
    1 522

    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
    Thomas KendallApril 11th, 2017
    1 369

    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
    Jos DirksenJune 3rd, 2015
    0 253

    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
    Abhishek GuptaFebruary 15th, 2015
    0 129

    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
    Jos DirksenDecember 2nd, 2014
    0 157

    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
    Arun GuptaNovember 12th, 2014
    0 79

    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
    Arun GuptaNovember 11th, 2014
    2 366

    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 »
  • 1
  • 2
  • 3
  • »
Back to top button
Close