An open source REST and realtime API layer for modern applications. Feathers is a batteries included but entirely optional minimal web application framework. At its core, ...
Guides Guides The basics Learn about Feathers core concepts and how they fit together by going from your first Feathers application to a database backed REST and real-time A...
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...
Integrating with Frontend Frameworks Client Side Docs Examples Framework Integrations Integrating with Frontend Frameworks Feathers works the same on the server and on the c...
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...
Writing tests Unit testing hooks Test database setup Testing services Code coverage Changing the default test directory What’s next? Writing tests Every time we generate ...
Creating the application Generating the application The generated files Running the server and tests What’s next? Creating the application In this part we are going to crea...
Contributing Organizing Files Table of Contents Introduction Page Send a Pull Request Enjoy the Offline Docs Share Contributing Just like Feathers itself, all of the docu...
Building a frontend Set up the index page Connect to the API Base and user/message list HTML Displaying the login/signup or chat page Login and signup Real-time and sending me...