Orbital - the core framework


Keywords
nodejs, javascript, typescript, server, es6, orbital
License
MIT
Install
npm install @wbhob/core@1.0.0-alpha.22-20170806012120

Documentation

Orbital

WARNING: ORBITAL IS CURRENTLY DEPRECATED. PLEASE MOVE YOUR CODEBASES TO NESTJS. ORBITAL WILL BE CHANGED TO A CLI FRAMEWORK IN THE NEAR FUTURE.

npm version CircleCI CII Best Practices codebeat badge

Orbital is a one-stop shop for making awesome Node.js/Express APIs in TypeScript. Inspired by Angular, we want to make it easy to make Node.js APIs for anyone.

Orbital uses TypeScript, Express, and MongoDB, as these are industry standard. They're a friggin pleasure to use, and Orbital makes it even easier to use them.

Inspiration

I was writing an API for Canal, and I found that I had to write a significant amount of extra code to just get and save data from my database. Then it hit me: there should be a framework for this. So I am making it right now! Any help would be greatly appreciated.

Getting Started

The best way to start using Orbital is to check out the starter project. It has thorough documentation and a detailed hello-world app to get you started using Orbital. Feel free to use it for your own projects, too! We're currently working on writing detailed docs for Orbital, but when they are available, they will be listed here.

You can also start by running npm install --save @orbital/core to your project and starting from scratch!

Vulnerabilities

Security issues can be sent to boat@getcanal.com. Please do not make an issue on the repository, as this could expose the vulnerability to potential hackers.