1. @feathersjs/feathers
A framework for real-time applications and REST API with JavaScript and TypeScript
@feathersjs/feathers
Package: @feathersjs/feathers
Created by: feathersjs
Last modified: Wed, 13 Mar 2024 17:22:34 GMT
Version: 5.0.24
License: MIT
Downloads: 259,735
Repository: https://github.com/feathersjs/feathers

Install

npm install @feathersjs/feathers
yarn add @feathersjs/feathers
Feathers logo

The API and real-time application framework

CI
Maintainability
Test Coverage
Download Status
Discord

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:

 $ npm create feathers my-new-app
$ cd my-new-app
$ npm start

Documentation

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

License

Copyright (c) 2023 Feathers contributors

Licensed under the MIT license.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code