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 Angular/React/Vue, Android or iOS.
Get started with just three commands:
$ npm create feathers my-new-app
$ cd my-new-app
$ npm run devTo learn more about Feathers visit the website at feathersjs.com or jump right into the Feathers guides.
Copyright (c) 2023 Feathers contributors
Licensed under the MIT license.