monolit

2.0.0 • Public • Published

!!! DO NOT USE !!!

Development phase

MONOLIT

MONOLIT is Node.js webserver framework based on express, providing easy deployment and configuration of http webserver using MVC conventios.

Main features

  • Easy setup
  • Automatic transcompilation of developer-defined structures (.ts => .js)
  • Facilitated database connection
  • Basic Authorization/Authentification
  • Routing using decorators
  • Async approach to responsing requests
  • ..and more!

Installation

npm i monolit

Initialization

Initialize directory structure, config files and index.control file, which is required and used as root path of server interface. For using monolic CLI you need to install package monolit-cli globally.

npm i monolit-cli -g

In your project folder then execute:

monolit init

Run your app

In your project folder after running 'monolit init' execute:

monolit run

Which will run TS compiler - on successful compile, server will be started.

Dependents (0)

Package Sidebar

Install

npm i monolit

Weekly Downloads

0

Version

2.0.0

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

137 kB

Total Files

101

Last publish

Collaborators

  • mbedna