Files
2026-08-01 16:11:49 +03:00
..
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00

Example WebSockets Ping Pong

an example websocket application with tests


This is a very simple application using WebSockets. It aims to show ...

  • How to write a basic test that starts a WebSocket connection.
  • A basic ping pong test, where data is pushed up and down.

It's primarily to provide some code samples using axum-test.