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...
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...
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, ...
Database adapters Memory/Filesystem SQL NoSQL Database adapters Feathers database adapters are modules that provide services that implement standard CRUD functionality for...
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...
Events EventEmitters Service Events created updated, patched removed Custom events Events Events are the key part of Feathers real-time functionality. All events in Feath...
Setting up Prerequisites What you should know What we won’t cover What’s next? Setting up In this section we will go over the required tools and preliminary knowledge for b...
Client use Real-time client REST client What’s next? Client use So far, we have seen that Feathers with its services, events and hooks can also be used in the browser, which...
File uploads in FeathersJS Our Goals Basic upload with feathers-blob and feathers-client DataURI upload problems Feathers-blob with multipart support. Further improvements ...