maddsua / lambda

HTTP and Websocket server library
MIT License
2 stars 0 forks source link

Remove bloatware #58

Closed maddsua closed 11 months ago

maddsua commented 11 months ago

these are just notes for me don't fcking looks at it

maddsua commented 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)

maddsua commented 11 months ago

not sure about websockets though. I see valid use cases for it here

maddsua commented 11 months ago

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

maddsua commented 11 months ago

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!

maddsua commented 11 months ago

need to think about websockets. it's still kinda a cool thing to have