Bryn Ghiffar
Software Engineer
@Bitwyre
#projects
#blogs
Simple Echo Server in Axum
06/03/2025Small article on creating a simple echo server using axum.
[Rust] Actix-Web Actorless Websocket Server Part 2
10/09/2023The Rust Actix framework uses the high level Actor pattern to handle WebSocket connections. This article shows you how to use WebSockets within Actix without Actors, providing lower level control of WebSockets. Part 2.
[Rust] Actix-Web Actorless Websocket Server Part 1
02/09/2023The Rust Actix framework uses the high level Actor pattern to handle WebSocket connections. This article shows you how to use WebSockets within Actix without Actors, providing lower level control of WebSockets.