axum-typed-websockets icon indicating copy to clipboard operation
axum-typed-websockets copied to clipboard

axum::extract::ws with type safe messages

Results 3 axum-typed-websockets issues
Sort by recently updated
recently updated
newest added

This PR adds support for both binary and text codecs using a simple enum I also added a codec for using as the format MessagePack This would also fix #1

In trying to convert over an existing websocket API I had over to use `axum-typed-websockets`, I was having trouble figuring out why the JavaScript side was always seeing a `Blob`...