ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
39 stars 4 forks source link

Track Open Runtimes #41

Open ItzNotABug opened 2 months ago

ItzNotABug commented 2 months ago

The latest functions now have several updates, which are yet to be released (planned for Appwrite 1.6), AppExpress needs to also follow the suit.


Changes

  1. text method, similar to send
  2. Binary support for Request, separate method for Response
  3. Internal improved logging by overriding console.* apis, we'll need to remove out the overriding logic

See - https://github.com/open-runtimes/open-runtimes/releases for reference.