maddsua / lambda

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

v2 final todo features list #146

Closed maddsua closed 9 months ago

maddsua commented 9 months ago
  1. VFS
  2. Fetch API client
maddsua commented 9 months ago

VFS migrated ✅

maddsua commented 9 months ago

about the fetch client.... not sure if it even needs to be a part of lambda as it would require curl as a dependency and it's already too many libs

maddsua commented 9 months ago

but there's the thing: lambda never was meant to be a middleware server of sorts, the idea was a bit different. if you need to perform http requests you're better off using curl. gonna close this now, I see no reason to duct tape client code to http transport and writing it somewhere else would generate a fuckton of duplicated code. maybe at some point I'll revisit the idea but definitely not right now