mostly-feathers
Microservice creator
A tool to convert Feathers APIs into standalone microservices with NATS and RESTful API support
Convert your Feathers APIs into microservices
27 stars
2 watching
5 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
feathersmicroservice
Related projects:
Repository | Description | Stars |
---|---|---|
mostlyjs/mostly-feathers-rest | Provides an express middleware as a RESTful gateway to call microservice writing with mostly-feathers | 12 |
feathersjs-ecosystem/feathers-blob | A Feathers service for blob storage and management | 92 |
feathersjs-ecosystem/feathers-batch | Allows batching of multiple Feathers service calls into one to minimize client side requests and speed up batched requests. | 96 |
feathersjs-ecosystem/feathers-stripe | A Feathers service wrapper around Stripe's API for managing various payment and subscription-related resources | 96 |
feathersjs-ecosystem/feathers-swagger | Automatically generates OpenAPI documentation for Feathers services and integrates it with Swagger UI | 225 |
dekelev/feathers-http-distributed | Enables distributed communication between FeathersJS services over HTTP | 6 |
feathersjs-ecosystem/feathers-elasticsearch | A Feathers.js adapter for interacting with Elasticsearch databases. | 78 |
feathersjs-ecosystem/feathers-sequelize | A Feathers service adapter for the Sequelize ORM | 208 |
marshallswain/feathers-postmark | A Postmark API service adapter for FeathersJS | 7 |
marshallswain/feathers-unsplash | An adapter for using Unsplash API with FeathersJS to manage photos | 4 |
feathersjs-ecosystem/feathers-mongoose | Provides a Feathers database adapter for Mongoose, an object modeling tool for MongoDB. | 189 |
jonascript/feathers-airtable | A module that enables Airtable data access via the Feathers Common API | 7 |
ingeniousambivert/feathers-react-starter | A pre-configured starter kit for building SaaS applications using Feathers, React, and Redux Toolkit. | 3 |
feathersjs-ecosystem/feathers-reactive | Extends Feathers services with real-time data streaming capabilities using RxJS observables. | 216 |
feathersjs-ecosystem/feathers-sync | Synchronizes service events between Feathers application instances using a messaging mechanism | 222 |