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

Allow using as a router on an existing Express server

aydenp opened this issue · comments

With #1, another important omission is the ability to run TwiML Router with an existing Express server. Deep down, TwiML is just an Express server configured with custom routes wrapped in a more useful API. It doesn't make sense that we can't just add our routers to an existing Express setup.