# Getting started with FeathersJS Offline

Welcome to the FeathersJS Offline guides! This is the place to find all the resources to get started with Feathers Offline.

Much of the information herein is adopted directly from the Feathers Guides (opens new window). Please refer to this when seeking information beyond the scope of these guides.

Feathers key image

# The FeathersJS Offline guide

The FeathersJS Offline guide will walk you through all the important parts of Feathers. After setting up, the quick start gets you up and running with a Feathers REST API and real-time website with offline-first capability in less than 15 minutes from scratch to give you an idea what Feathers and FeathersJS Offline is all about.

In the next parts we will generate an application and then walk through Feathers core concepts like services, hooks and authentication by building a complete real-time chat application with a REST API and a website that can register users and send and receive messages in real-time while supporting offline usage. We will also add a login with GitHub and write unit tests for our API.

Get started with the Feathers guide >

# Follow up with

The API documentation >

The cookbook for common tasks and patterns >

The Awesome FeathersJS Ecosystem > (opens new window)

Feathers on YouTube > (opens new window)

# More about Feathers how and why

Read about the philosophy behind Feathers and where it came from > (opens new window)

Learn about the high level design patterns behind Feathers > (opens new window)

See how Feathers compares to others > (opens new window)

Anything unclear or missing? Get help (opens new window) or Edit this page (opens new window)

Last Updated: 12/17/2020, 11:26:41 AM