Skip to content

feathersjs/feathers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 14, 2019
be129c7 · Oct 14, 2019
Jun 5, 2019
Oct 14, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Aug 2, 2019
Aug 29, 2018
Oct 7, 2019
Nov 16, 2018
Oct 14, 2019
Aug 29, 2018
Apr 6, 2019
Oct 14, 2019
Oct 14, 2019
Aug 18, 2019
Apr 6, 2019
Jul 5, 2019

Repository files navigation

Feathers logo

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

Greenkeeper badge Build Status Maintainability Test Coverage Download Status

Slack Status Telegram Status

Feathers is a framework for creating real-time applications and REST APIs using JavaScript or TypeScript with Node.JS, React Native and the browser.

It works with any backend supporting many databases out of the box and with any frontend technology like React, VueJS, Angular, Android or iOS.

Getting started

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

$ npm install -g @feathersjs/cli
$ mkdir my-new-app
$ cd my-new-app/
$ feathers generate app
$ npm start

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.