Flow v10 | Publish/Subscribe/Input/Output | Tutorial #3
Video tutorial showing communication between multiple FlowStream instances.
Total.js Flow v10 | Publish/Subscribe/Input/Output | Tutorial #3
In this tutorial i'm going to show how to communicate between multiple FlowStream instances.
The tutorial will show you which components to use and how to use them to make communication between instances possible.
There are 4 components we can use for the communication:
- Input
- Output
- Publish
- Subscribe
The relation between them is as follows:
- Multiple Subscribe components can subscribe to a single Output
- Multiple Publish components can publish to a single Input
You can have multiple Inputs as well as multiple Outputs in every instance.
It works within a single FlowStream instance as well as across multiple instances.
Documentation:
Links
Other posts from Total.js Platform
- 2024-11-13Benchmarking Node.js Frameworks: selecting your framework for 2025!
- 2024-11-01October report 2024
- 2024-10-22Performance Testing: Total.js vs. NestJS
- 2024-10-01September report 2024
- 2024-09-27Total.js UI Builder: #2 designing your first interface
- 2024-09-26Total.js V5: Middlewares
- 2024-09-23Beginner Guide to Total.js UI: # 05 Client-side routing
- 2024-09-23Total.js UI #4: Data Binding (Part 2 – Practical Example)
- 2024-09-20Introduction to Total.js UI Builder: A Beginner’s Guide
- 2024-09-13Total.js v5: #06 Understanding File Routing