Socket
Socket
Sign inDemoInstall

dinoloop

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dinoloop

open-source nodejs framework, completely written in typescript project designed to build REST APIs


Version published
Weekly downloads
152
decreased by-21.24%
Maintainers
1
Install size
507 kB
Created
Weekly downloads
 

Readme

Source

npm version dependencies node version downloads

Dinoloop

Dinoloop is a Nodejs framework, completely written in Typescript project designed to build REST APIs. Dinoloop adds syntactic sugar on top of expressjs enabling C#/Java programmers to easily write REST APIs with similar coding skills in node.

Dinoloop adds a layer on top of express but the express objects are still carried on to dinoloop. Whatever you might do in express can be done in dinoloop.

Prerequisites

  • node 8.10.x or higher
  • express 4.x.x or higher

Install

npm install dinoloop

Quickstart

git clone https://github.com/ParallelTask/dinoloop-starter.git
cd dinoloop-starter
npm install
npm start

Navigate to http:localhost:8088/api/home/get in browser

Features

  • Super easy set-up.
  • Isolation of controllers and services.
  • Dependency injection support.
  • Middlewares, ActionFilters, ExceptionFilters, ResultFilters at controller level.
  • Robust Sync/Async middlewares to handle async-await pattern.
  • UserIdentity principal across request.

Documentation

Philosophy

Dinoloop lets user to freely upgrade/downgrade expressjs. Installing dinoloop won't install express. You can install your own version of express. All you have to provide is express app, express router instance to dinoloop.

Community

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our CONTRIBUTING.md

Join the dinoloop general discussion on Gitter.

License

MIT

Keywords

FAQs

Last updated on 29 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc