Skip to content

Commit 3d2dfaf

Browse files
authored
Merge pull request #3284 from FlowFuse/june-webinar-page
June's webinar page
2 parents 54623f7 + 5b421ac commit 3d2dfaf

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

src/_data/events.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- type: "Webinar"
2-
title: "Develop, Manage, and Deploy Complex Node-RED Projects at Scale"
2+
title: "Node-RED - Why and When, for Cloud and Edge"
33
buttonText: "Register now"
4-
link: "/webinars/2025/develop-manage-and-deploy-complex-node-red-projects-at-scale-with-flowfuse/"
5-
expire: "2025-05-27T16:00:00Z"
4+
link: "/webinars/2025/node-red-why-and-when-for-cloud-and-edge/"
5+
expire: "2025-06-25T16:00:00Z"
64.2 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "Node-RED - Why and When, for Cloud and Edge"
3+
subtitle:
4+
meta:
5+
description: Master how to optimize your Node-RED applications for availability, performance and quality. Discover the common architectures of FlowFuse customers who are running Node-RED in production environments. With options to host Instances in the Cloud, Self-Host or deploy to the Edge, discover what factors you should be considering when architecting your own deployments.
6+
image: /images/webinars/node-red-why-and-when-for-cloud-and-edge.jpg
7+
date: 2025-06-25
8+
time: 17:00 CET (11:00am ET)
9+
duration: 60
10+
video:
11+
hosts: ["joe-pavitt", "stephen-mclaughlin"]
12+
hubspot:
13+
formId: b34f3bed-a9f8-4135-a520-a0cc5b0c2578
14+
downloadFormId:
15+
---
16+
17+
**Master how to optimize your Node-RED applications for availability, performance and quality.**
18+
19+
Discover the common architectures of FlowFuse customers who are running Node-RED in production environments.
20+
21+
<!--more-->
22+
Choosing the right architecture isn’t just a matter of preference — it has a direct impact on scalability, reliability, and operational efficiency. A single centralized Node-RED instance may seem simple to manage at first, but it can become a bottleneck as workloads grow, introducing risks like a single point of failure or degraded performance. In this webinar, we'll highlight why many teams are moving toward distributed architectures — like running one instance per device or per workflow — to better align with production demands.
23+
24+
With options to host Instances in the Cloud, Self-Host or deploy to the Edge, discover what factors you should be considering when architecting your own deployments.
25+
26+
## Node-RED Architectures
27+
28+
We'll cover the pros, cons, opportunities and limitations of running Node-RED in a variety of different architectures. Specifically, we'll cover:
29+
30+
- **Cloud-Hosted Node-RED:** How can you secure your Node-RED instances in the cloud, how well does Node-RED scale for larger workloads and what design and architectural patterns are best suited to this environment.
31+
- **Node-RED at the Edge:** What capabilities are available when running Node-RED at the edge, what use cases best fit this architecture and how can you go about doing this yourself.
32+
33+
Examples will be shown too that discuss where a split architecture is important, with some Instances running in the Cloud and some running at-Edge, and how best to communicate between these Instances to ensure scalability, reliability and security in your production environments.
34+
35+
## Deploying with FlowFuse
36+
37+
At a higher-level, we'll then explore how FlowFuse provides infrastructure to support management of these different architectures and even cover the choice of where to deploy FlowFuse itself, as that can have architectural consequences, with three core options available:
38+
39+
- **Cloud:** Available to sign up to now, FlowFuse Cloud is our Cloud-hosted Platform and Node-RED Instances are hosted in the Cloud.
40+
- **Self-Hosted:** Where FlowFuse is deployed in the Cloud, and Node-RED Instances are hosted on-premises or in a data centre closest to your users.
41+
- **Dedicated:** Where FlowFuse is deployed in the Cloud, and Node-RED Instances are hosted on-premises or in a data centre closest to your users.
42+
43+
The team will detail example customer projects, exploring the capabilities available with running Node-RED applications on FlowFuse.

0 commit comments

Comments
 (0)