New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@midgar/midgar

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@midgar/midgar

A node js framework over express

  • 1.0.0-alpha.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

En développement ne pas utiliser en production / In Dev don't use this

(https://sonar.midgar.io/dashboard?id=midgar-midgar) Coverage

Qu'est ce que Midgar

Midgar est un framework node js se basant sur un systeme de plugin. Il permet de réaliser rapidement des applications web complexes de manière claire et structuré.

Installation

$ npm install -g @midgar/midgar

Utilisation

Le moyen le plus rapide de démarrer avec Midgar est d'utiliser le CLI pour générer la structure de l'application.

$ midgar init ~/my-project/
$ cd ~/my-project/
$ npm i

En soit Midgar ne fait que charger des plugins et exposer express. Sans plugin, il ne fait donc rien de concret ! L'étape suivant est donc d'installer des plugins. Midgar supporte bien évidament l'installation de plugin via npm ou yarn.

Plugins officiel

NomDescription
serviceService loader avec injection de dépendances
route-loaderRoute loader
mongooseIntegation de Mongoose
sequelizeIntegation de Sequelize
cacheCache basé sur node-cache-manager
sessionSessions basé express-session
corsCors

Api documentation

Test unit

$ npm run test

FAQs

Package last updated on 29 Dec 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc