Feathers basics
This guide covers the basics and core concepts of any Feathers application.
Learn how to install and get started with Feathers.
Create your first Feathers application that works in NodeJS and in the browser.
The heart of every Feathers application and the core concept for abstracting data access.
Middleware for services to handle validation, authorization, logging, populating related entities, sending notifications and more.
Learn how to turn a service into a REST API.
Learn how to easily connect to databases.
Expose your database-backed services through full-feature REST and real-time APIs.
Use a Feathers REST and real-time API server through Feathers in the browser.
Shows how to install the Feathers CLI and the patterns it uses to structure an application.