nurmohammed840 / websocket.rs

WebSocket implementation for both client and server
https://docs.rs/web-socket
Apache License 2.0
88 stars 7 forks source link

Is this still maintained? #6

Closed radudiaconu0 closed 8 months ago

radudiaconu0 commented 8 months ago

Is this package still maintained? And if it if can you give an example usage with axum for example?

nurmohammed840 commented 8 months ago

You can create WebSocket instance from anything that implement AsyncRead or AsyncWrite

Can you give an example usage with axum for example?

I will consider adding some examples with other http frameworks