Feathers Client Node React Native Module loaders Webpack create-react-app Browserify Others @feathersjs/client When to use Load with a module loader Load from CDN with <sc...
Scaling Horizontal Scaling Cluster configuration Scaling Depending on your requirements, your feathers application may need to provide high availability. Feathers is designed...
Database adapters Memory/Filesystem SQL NoSQL Database adapters Feathers database adapters are modules that provide services that implement standard CRUD functionality for...
Using A View Engine A Single “Monolithic” App Feathers As A Sub-App Feathers As A Separate App Using A View Engine Since Feathers is just an extension of Express it’s really...
FeathersJS Auth Recipe: Set up Basic OAuth Login How OAuth Works Implementing OAuth with Feathers Setting up the OAuth Provider Configuring Your Application Test Login with OAu...
Our first Feathers application Installing Feathers Your first app In the browser What’s next? Our first Feathers application Now that we are set up we can create our first...
Databases An in-memory database In the browser Querying As a REST API What’s next? Databases In the services chapter we created a custom in-memory messages service that c...
The Feathers generator (CLI) Installing the CLI Configure functions Hook functions What’s next? The Feathers generator (CLI) Until now we wrote code by hand in a single fil...
Feathers basics Feathers basics This guide covers the basics and core concepts of any Feathers application. Setting up Learn how to install and get started with Feathers. ...