Skip to content

The API and real-time application framework

License

Notifications You must be signed in to change notification settings

wshart/feathers

This branch is 177 commits behind feathersjs/feathers:dove.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

376e890 · Apr 12, 2023
Jan 29, 2023
Dec 2, 2022
Apr 12, 2023
Apr 12, 2023
May 27, 2022
Sep 16, 2022
Jan 12, 2023
Jan 12, 2023
Apr 2, 2021
May 31, 2022
Apr 12, 2023
Jan 29, 2023
Mar 30, 2023
Apr 12, 2023
Apr 5, 2023
Apr 5, 2023
Sep 17, 2022

Repository files navigation

Feathers - The API and real-time application framework

CI Maintainability Test Coverage Download Status Discord

Feathers is a full-stack framework for creating web APIs and real-time applications with TypeScript or JavaScript.

Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend like React, VueJS, Angular, React Native, Android or iOS.

Getting started

Get started with just three commands:

$ npm create feathers my-new-app
$ cd my-new-app
$ npm run dev

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

Contributing

To start developing, clone this repository, then run:

cd feathers
npm install

To run all tests run

npm test

Individual tests can be run in the module you are working on:

cd packages/feathers
npm test

License

Copyright (c) 2023 Feathers contributors

Licensed under the MIT license.

About

The API and real-time application framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.9%
  • HTML 3.7%
  • JavaScript 0.4%