Skip to content

Latest commit

 

History

History

example-websocket-ping-pong

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.