appex
appex copied to clipboard
develop nodejs web applications with typescript
Not sure what version you are currently using but version 0.9.5 has been released now.
I could be wrong but it looks like you supply your own `require("somelib")` mechanism via appex to proxy the requires and see if they are TS or JS requests. Anyway...
I am just wondering how is best to go about the following scenario, lets say I want the route `http://some-host.com/test` to have 4 different handlers based upon the verb being...