I have published a new release of Total.js Flow. This version brings really great new features and components.
Total.js Flow v3.0
Today I'm very happy to announce that I have published a new release of Total.js Flow. This version brings a lot of new features, improvements and new components. Total.js Flow is a really great tool for everyone.
- Download Flow 3.0
- Visit Total.js Flow website
- Flow tutorials
- Basic Flow Demo
- Follow Total.js framework on Twitter
- Download Flow components
Multiple inputs
The big change in this version is the support of multiple inputs. The inputs can be changed dynamically in any component.
Message identificator
Each received data are wrapped into messages and each message has its own identificator stored in message.id
variable. ID is generated by Flow message counter, the counter is incremented if new instance of FlowMessage
is created and not sent.
Added global variables
Variables can contain different values. The syntax is same as Total.js configuration/resource file.
Reading:
Event:
Improved designer
I have improved designer by adding new features like:
- copy & paste component with all outputs
- improved export/import designer
- re-order tabs
- duplicate tabs
- added drag & drop components in database form
- faster moving components with
shift
key
New components
- Consumption measures CPU and Memory consumption of the current Flow instance (only for Linux servers)
- Monitor: CPU (only for Linux servers)
- Monitor: Memory (only for Linux servers)
- Monitor: Disk (only for Linux servers)
- Monitor: Network (only for Linux servers)
- Monitor: Process (only for Linux servers)
- Monitor: SuperAdmin applications
- Dashboard Analytics for new Dashboard
- Merge to Object
Modified components
- Merge supports merging by
message.id
and supportstimeout
- MQTT components
- All Flowboard components
What awaits us in Flow?
I want to add a support for Node Cluster in the next version, so we will see.
Sponsor
Jude Sackville - thank you for sponsoring this version.
New Flow video tutorial: Monitor your Linux server
https://blog.totaljs.com/blogs/tutorials/20170705-flow-video-tutorial-monitor-your-linux-server/
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