Feathers
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
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) 2024 Feathers contributors
Licensed under the MIT license.