Dlubal's successful structural analysis program RFEM is the best choice for demanding structural engineers. This 3D FEA software meets all the requirements in modern civil engineering.
API Service | gRPC
modern, high-performance
modern, high-performance
Webservice | SOAP (deprecated)
legacy obsolete technology
legacy obsolete technology
Technology
gRPC is faster than traditional REST API because it uses a compact binary format (protobuf) instead of text-based JSON, reducing data size and speeding up transmission.
Additionally, HTTP/2 allows multiple requests to be sent simultaneously, resulting in lower latency compared to older HTTP/1.1.
Binary data streaming (5-10x faster)
XML text data streaming (slower)
Security
API key-based authentication - scalable security
Limited security options, relies on WS-Security
Connection Management
One port for multiple models - smooth
Each model/app needs its own port - complex
Remote Support
Native remote support - easy setup
Difficult setup, not widespread
Cloud (SaaS) Availability
Planned! API Service as SaaS via Cloud
No SaaS option - high initial cost
License Flexibility
Planned! Single license for multiple HW
Separate license for each HW
API Complexity
Simple and intuitive single API
Large API with different versions
Language & Consistency
Unified API + Python
Different APIs + languages, inconsistent
Documentation
Comprehensive online documentation
Limited and less structured documentation
Data Processing
Planned! Built-in filtering - efficient
Requires extensive post-processing