aydenp / twiml-router

Reusable Express server implementation for Twilio TwiML requests, providing request validation and automatic response generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better routing support

aydenp opened this issue · comments

Express has a lot of routing configurability, such as middleware and next chaining. It'd be very useful if we either more directly exposed or imitated the Express API to allow this.

Additionally, we should properly conform to express.Router() when implementing this.