Feathers

The API and real-time application framework

README

Feathers logo

A framework for real-time applications and REST APIs with JavaScript and TypeScript

CI Maintainability Test Coverage Download Status
Slack Status Telegram Status

Feathers is a lightweight web-framework for creating real-time applications and REST APIs using JavaScript or TypeScript.

Feathers can interact with any backend technology, supports over a dozen databases and works with any frontend technology like React, VueJS, Angular, React Native, Android or iOS.

Getting started


You can build your first real-time and REST API in just 4 commands:

  1. ```bash
  2. $ npm install -g @feathersjs/cli
  3. $ mkdir my-new-app
  4. $ cd my-new-app/
  5. $ feathers generate app
  6. $ npm start
  7. ```

To learn more about Feathers visit the website at feathersjs.com or jump right into the Feathers guides.

Support


Sponsors


Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]


Backers


Support us with a monthly donation and help us continue our activities. [Become a backer]


Documentation


The Feathers docs are loaded with awesome stuff and tell you every thing you need to know about using and configuring Feathers.

License


Copyright (c) 2019 Feathers contributors

Licensed under the MIT license.