#Snowboard π: An extremelly simple library for fast HTTP & HTTPS servers in rust
14 messages Β· Page 1 of 1 (latest)
Snowboard π: An extremelly simple library for fast TCP servers in rust
supports tls & async
it's essentially a wrapper for TcpListener (and optionally TlsAcceptor) where requests get parsed (see the Request struct)
The repo description says http but the readme says tcp 
i have to update a lot of things before 1.x, i'll add that to the checklist
nvm its a http connection over a tcp listener
probably not
i'll change some descriptions
ty tho
Very cool though. Nice work
ty