Post #4234196
2026-07-29 12:50 UTC
Hi! Is there a good testing tool for websocket servers? Something like hurl but sending and awaiting messages on a websocket instead of separate http requests?
Do I have to write one myself?
#websockets #testing #webdev
Replies (1)
-
@rkaj@mastodon.nu 2026-07-30 08:48
I went ahead and started writing one. https://crates.io/crates/test-ws Still very basic, only text matching, no json parsing, no variable capturing. Sufficient for one of my needs, but I have projects motivating me to add more features. #websockets #testing #rustLang