https://github.com/shelepuginivan/lunatic
Backend framework for Node.js
https://github.com/shelepuginivan/lunatic
backend-framework framework nodejs typescript
Last synced: 16 days ago
JSON representation
Backend framework for Node.js
- Host: GitHub
- URL: https://github.com/shelepuginivan/lunatic
- Owner: shelepuginivan
- License: mit
- Created: 2023-07-22T16:57:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T20:06:03.000Z (over 1 year ago)
- Last Synced: 2024-11-11T22:44:10.663Z (over 1 year ago)
- Topics: backend-framework, framework, nodejs, typescript
- Language: TypeScript
- Homepage: https://lunatic.shelepugin.ru
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lunatic
Node.js backend framework.
## Installation
```shell
npm i @shelepuginivan/lunatic
```
## Features
- Zero dependency
- Easy to use
- Over 99% test coverage
- Useful middlewares out-of-the-box
- Written in TypeScript
## Documentation
You can read the framework's documentation on its [website](https://lunatic.shelepugin.ru) or on the [wiki](https://github.com/shelepuginivan/lunatic/wiki) tab.
## Examples
Examples available [in a separate repository](https://github.com/shelepuginivan/lunatic-examples).
## Information
This framework is a pet project. It was created to deepen the author's knowledge about backend development.
New features are added gradually. You can use it in your projects