https://github.com/orbital-js/orbital-old-framework
📝 Orbital is a NodeJS framework for writing your backend servers faster than ever and with Angular-like syntax.
https://github.com/orbital-js/orbital-old-framework
es6 javascript nodejs orbital server typescript
Last synced: 6 days ago
JSON representation
📝 Orbital is a NodeJS framework for writing your backend servers faster than ever and with Angular-like syntax.
- Host: GitHub
- URL: https://github.com/orbital-js/orbital-old-framework
- Owner: orbital-js
- License: mit
- Created: 2017-01-22T17:09:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T18:47:31.000Z (about 8 years ago)
- Last Synced: 2025-10-07T23:51:46.335Z (4 months ago)
- Topics: es6, javascript, nodejs, orbital, server, typescript
- Language: TypeScript
- Homepage:
- Size: 4.7 MB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbital
# WARNING: ORBITAL IS CURRENTLY DEPRECATED. PLEASE MOVE YOUR CODEBASES TO [NESTJS](https://github.com/nestjs/nest). ORBITAL WILL BE CHANGED TO A CLI FRAMEWORK IN THE NEAR FUTURE.
[](https://badge.fury.io/js/%40orbital%2Fcore)
[](https://circleci.com/gh/orbital-js/orbital/tree/master)
[](https://bestpractices.coreinfrastructure.org/projects/848)
[](https://codebeat.co/projects/github-com-orbital-js-orbital-master)
Orbital is a one-stop shop for making awesome Node.js/Express APIs in TypeScript. Inspired by [Angular](https://www.github.com/angular/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](https://github.com/orbital-js/starter). 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.