I would like to create a new application using node.js, but this requires a fairly small backend control, which I will not need to create. I have some existing code in django and really like the built-in admin interface for managing backend management.
Is it possible to use something like nginx to direct all traffic to my node.js application, unless the URL path starts with / admin, in which case it will direct traffic to django?
Alternatively, is there something like an admin interface for any of the node.js frameworks for specific databases?
Thank.
BlueSkies May 25 '11 at 8:54 2011-05-25 08:54
source share