@feathersjs/feathers
Version:
A framework for real-time applications and REST API with JavaScript and TypeScript
34 lines (21 loc) • 1.69 kB
Markdown
<img style="width: 100%; max-width: 400px;" src="http://feathersjs.com/img/feathers-logo-wide.png" alt="Feathers logo">
## The API and real-time application framework
[](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[](https://codeclimate.com/github/feathersjs/feathers/maintainability)
[](https://codeclimate.com/github/feathersjs/feathers/test_coverage)
[](https://www.npmjs.com/package/@feathersjs/feathers)
[](https://discord.gg/qa8kez8QBx)
Feathers is a lightweight web-framework for creating APIs and real-time applications using TypeScript or JavaScript.
Feathers can interact with any backend technology, supports many databases out of the box 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:
```bash
$ npm create feathers my-new-app
$ cd my-new-app
$ npm start
```
## Documentation
To learn more about Feathers visit the website at [feathersjs.com](http://feathersjs.com) or jump right into [the Feathers guides](http://feathersjs.com/guides).
## License
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Licensed under the [MIT license](LICENSE).