Implementing a Websocket Server using Ballerina

shazni nazeer
Ballerina Swan Lake Tech Blog
3 min readMay 4, 2023

--

Photo by Massimo Botturi on Unsplash

In a previous post I discussed about Websocket, its use and how applicable it’s today while comparing it with HTTP/2. In the same post I also showed a sample prototype chat application that utilize Websockets. The front end uses JavaScript and the server is implemented using Python.

In this post I’m going to use the same front-end application but the Websocket server is going to be…

--

--