Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.12 KB

readme.md

File metadata and controls

39 lines (20 loc) · 1.12 KB

Feathers basics

This guide will go over the basics and core concepts of any Feathers application.

Setting up

Learn about what is required to know and install to best learn and get started with Feathers.

Getting started

Create your first Feathers application that works in NodeJS and the browser.

Services

The heart of every Feathers application and the core concept for abstracting data access.

Hooks

Middleware for services to handle things like validation, authorization, logging, populating related entities, sending notifications and more.

REST APIs

Learn how to turn a service into a REST API.

Databases

Learn about the pre-built services for different databases.

Real-time APIs

Turn a database into a fully featured REST and real-time API.

Clients

Use a Feathers REST and real-time API server through Feathers in the browser.

The generator (CLI)

Shows how to install the Feathers CLI and the patterns it uses to structure an application.