Feathers ==================== |GitHub stars| |npm version| |Changelog| .. image:: https://feathersjs.com/img/feathers-logo-wide.png An open source REST and realtime API layer for modern applications. Feathers is *a batteries included but entirely optional* minimal web application framework. At its core, Feathers is a set of tools and an architecture pattern that make it easy to create scalable REST APIs and real-time applications. With Feathers, you can literally build prototypes in minutes and production-ready apps in days. Feathers achieves this by being the glue code between some amazing battle-tested open-source technologies - adding a few minimal abstractions and introducing an application architecture that is easier to understand, maintain, and scale than the traditional MVC architecture. If you’re interested, you can read more about `how and why Feathers came to be `_ or find out more about its `features `_ and `how Feathers compares to others `_. If you’ve decided that Feathers might be for you, feel free to dive right in and :doc:`./guides/basics/readme`. You can find this documentation as a PDF `here `_. .. |GitHub stars| image:: https://img.shields.io/github/stars/feathersjs/feathers.png?style=social&label=Star :target: https://github.com/feathersjs/feathers/ .. |npm version| image:: https://img.shields.io/npm/v/feathers.png?style=flat-square :target: https://www.npmjs.com/package/feathers .. |Changelog| image:: https://img.shields.io/badge/changelog-.md-blue.png?style=flat-square :target: https://github.com/feathersjs/feathers/blob/master/packages/feathers/CHANGELOG.md