Skip to content

KaczDev/rs-ws-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket server implementation in Rust

I just wanted to do one for fun.

Sources I used:

testing curls

Upgrade from client

curl -v localhost:8000/chat \
    -H "Upgrade: websocket" \
    -H "Connection: Upgrade" \
    -H "Sec-Websocket-Key: dGhlIHNhbXBsZSBub25jZQ==" \
    -H "Sec-WebSocket-Version: 13"

About

Rust WebSocket Server implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages