An open API service indexing awesome lists of open source software.

https://github.com/simplesmiler/rares

Modern backend framework
https://github.com/simplesmiler/rares

Last synced: about 2 months ago
JSON representation

Modern backend framework

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.