#Snowboard πŸ‚: An extremelly simple library for fast HTTP & HTTPS servers in rust

14 messages Β· Page 1 of 1 (latest)

tranquil maple
#

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)

ornate loom
#

The repo description says http but the readme says tcp ferrisThink

tranquil maple
#

nvm its a http connection over a tcp listener

ornate loom
#

Yeah that makes more sense πŸ˜„

#

I don't think a "tcp server" is a thing

tranquil maple
#

i'll change some descriptions

#

ty tho

ornate loom
#

Very cool though. Nice work

tranquil maple
#

ty