Our Blog

n8n Scalable Architecture with Load Balancing and Redis

n8n Scalable Architecture with Load Balancing and Redis

3/4/20255 min read

Learn How sets up a highly scalable and robust n8n architecture, ensuring optimal performance for workflow automation.

Microservices based on gRPC with Rust

Microservices based on gRPC with Rust

12/1/20238 min read

gRPC service built with Tonic and Instrumented with Autometrics.

Asynchronous Asset Upload System in Rust

Asynchronous Asset Upload System in Rust

3/7/20246 min read

The fn upload_asset function operates asynchronously, showcasing the ability to handling multipart/form-data requests in a web application by allowing you to parse the request body into a type-safe struct.