Is there any twisted-like framework for NodeJS that has the following (or is close to):
Application object that consists of services and stores some globally accessible dataService object, pluggable into an Application and optionally wrapping other servicesBy using a form of Application.start(), one initializes all the services: say, a webserver service, an API endpoint, a DB connection, etc.