Skip to content

🔥 An application framework written in TypeScript.

License

Notifications You must be signed in to change notification settings

WhyNeet/compositor

Repository files navigation

Compositor

An application framework

Features

  • Dependency Injection (application is built around a container)
  • Adapters (an extension to run any kind of application, e. g. http or cli)
  • Service-Oriented (services encapsulate the business logic, controllers handle the presentation)