https://github.com/simplesmiler/rares
Modern backend framework
https://github.com/simplesmiler/rares
Last synced: about 2 months ago
JSON representation
Modern backend framework
- Host: GitHub
- URL: https://github.com/simplesmiler/rares
- Owner: simplesmiler
- Created: 2018-08-19T21:24:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T14:21:01.000Z (almost 7 years ago)
- Last Synced: 2025-09-25T20:48:06.227Z (9 months ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rares
Rares helps you build API backend faster.
# Why yet another framework?
**TL;DR:** because convention is better than bikeshedding.
Despite their claims, [express](https://expressjs.com/) and [hapi](https://hapijs.com/) are not application frameworks, but rather **http frameworks**. They liberally avoid you application code, providing you with flexibility, but wasting human resources on hidden costs.
Rares is a proper **application framework**. It gives your application code the foundation and structure, leaving less room for opinion.
Check out the [core package](https://github.com/simplesmiler/rares/tree/master/packages/rares) for details.
# Contribute
- Issue Tracker: [GitHub Issues](https://github.com/simplesmiler/rares/issues)
- Source Code:
- Core: [rares](https://github.com/simplesmiler/rares/tree/master/packages/rares)
- Bindings for Hapi: [hapi-rares](https://github.com/simplesmiler/rares/tree/master/packages/hapi-rares)
- Bindings for Express: [express-rares](https://github.com/simplesmiler/rares/tree/master/packages/express-rares)
# License
The project is licensed under the ISC license.