0.3.4 • Published 12 days ago

@lottojs/venere v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

Contributors Forks Stargazers Issues MIT License NPM

About The Project

Lorenzo Lotto was a Venetian painter who lived in the Serenissima Repubblica di Venezia and was one of the main exponents of the Venetian Renaissance of the early sixteenth century.

@lottojs/lotto is a simple, lightweight and dependency-free NodeJS web application framework, thought to help building apis on a quickly way due to the provision of built-in middlewares and helpers.

Documentation

Complete API documentation is available at lottojs.tech.

Getting Started

Installation

 npm i @lottojs/lotto

Usage

Designed to be simple...

    import { Lotto } from '@lottojs/lotto'

    const app = new Lotto()

    app.get('/ping', ({ res }) => res.text('pong.'))

    app.init()

Features

  • Fast 🚀 - Router based on RegExp.
  • Lightweight 🪶 - Lotto has zero external dependencies and uses only the node:http api.
  • Built-in 📦 - Lotto has built-in middlewares (@lottojs/body-parser and @lottojs/params-parser), built-in helpers and supports custom middlewares.
  • Route Nesting 🪹 - Give power to your application using the Router class.

Contributing

All forms of contributions are more than welcome! You can contribute in the following ways:

  • Create an Issue
  • Create a Pull Request
  • Create third-party middlewares
  • Share with your friends
  • Make your application with Lotto.

For more details, see Contribution Guide.

License

Distributed under the MIT License. See LICENSE for more information.

0.3.4

12 days ago

0.3.0

15 days ago

0.2.7

15 days ago

0.2.9

15 days ago

0.2.8

15 days ago

0.3.2

15 days ago

0.3.1

15 days ago

0.2.6

25 days ago

0.2.3

25 days ago

0.2.2

25 days ago

0.2.5

25 days ago

0.2.4

25 days ago

0.2.1

26 days ago

0.2.0

26 days ago

0.1.9

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago