The framework that lifts up your code
Go to file
2023-07-16 19:46:58 +00:00
.idea Update @extollo/lib to 0.3.0 2021-06-02 22:50:29 -05:00
src Update src/cli.ts to call Container.destroy(...) 2023-07-16 19:46:58 +00:00
.gitignore Update to match latest @extollo/lib 2022-01-27 11:20:56 -06:00
CONTRIBUTING.md Add readme 2021-03-25 08:43:47 -05:00
ex Remove extollo/cc dependency and make ts-node the default runner 2022-07-13 20:28:26 -05:00
example.env Add command line tools 2021-03-21 14:06:04 -05:00
LICENSE Add readme 2021-03-25 08:43:47 -05:00
package.json Add websocket demo to template 2022-07-14 01:17:47 -05:00
pnpm-lock.yaml Add websocket demo to template 2022-07-14 01:17:47 -05:00
README.md Add readme 2021-03-25 08:43:47 -05:00
tsconfig.json Fix build command 2022-07-13 20:36:13 -05:00


The Extollo logo

extollo - (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.

Built on principles of modularity, strict-typing, inversion-of-control, and developer ergonomics, Extollo enables developers to build maintainable, scalable, and expressive applications.

Node.js provides an excellent platform for quickly getting an application up and running, but this loose minimalism can lead to larger, more unweildy code-bases as your application grows. Extollo fixes this by providing an opinionated, robust framework and first-party modules that provide, among other things:

  • Type-based dependency injection
  • Strongly-typed ORM with an expressive query-builder and models
  • Customizable session & caching interfaces
  • Modular, pre-compiled, nest-able routes
  • First-party, extensible command line tools
  • Unit-based application structure

Getting Started

Writing an application with Extollo is very straightforward if you are familiar with Node.js/TypeScript, or similar frameworks like Laravel.

Check out the Getting Started page on the documentation site for more information.

License & Philosophy

The Extollo project is, and will always be, free & libre software. The framework itself is open-source available here, and is licensed under the terms of the MIT license. See the LICENSE file for more information.

Contributing

Have an improvement or fix to Extollo? Contributors are always welcome. See the CONTRIBUTING.md file for next steps.