feathers-demo

experiments with feathers.js

MIT License

Stars
6
Committers
1

feathers-demo

This is a plain NodeJS project experimenting with feathers.js technology.

In this experiment I explore:

  • Multitenant application architecture in Feathers
  • Realtime one-to-many resources

Getting started

npm install
npm start

Multitenant Experiment

  • Open four browser windows:

  • Create a message in one of the foo windows.

    • Observe the realtime reactivity in both foo tabs, but the message isn't present in the bar windows.
  • Create a message in one of the bar windows.

    • The second bar window has the message, and neither foo tab has the message.