Closed maddsua closed 11 months ago
VFS is kinda a cool idea but not really needed as the whole point of this project is to provide an easy to use API server, not a fucking reverse proxy. if someone needs to server html, cat pictures and whatnot just use openlitespeed or nginx for that. it just makes more sense imo, since both of them have tls support (tls is not planned in this project. for now)
not sure about websockets though. I see valid use cases for it here
also it's a good idea to nuke classes that have udp-ish boilterplate code. the same logic here. it's an http/API server, for quick and other fancy "ways of transportation" just put it behind a reverse proxy
now about zlib and brotli. what are actual benefits of shipping their code along? no, really? it's not a rust crate goddamit we have static fucking libs for that!
need to think about websockets. it's still kinda a cool thing to have
these are just notes for me don't fcking looks at it