Skip to content

Commit 0bd6945

Browse files
authored
Update README.md
new details for Upcoming development
1 parent a452ae1 commit 0bd6945

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ This Python project is focused on opening RFEM 6 to all of our customers, enabli
3434

3535
## Eyes on Upcoming Development! :eyes:
3636

37-
As you may have already heard, brand new WS features are in the works. Having support for Python scripting directly in the RFEM, we have foundations to build completely new WS API which will be faster, have better access to results, and will have full compatibility with RFEM Console.
37+
As you may have already heard, brand new Web Services are in the works!
38+
* Using gRPC will ensure highest performance without compromise. First tests show 15x faster execution compared to current WS. According to [source](https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc-1b8bdf0b22da#:~:text=gRPC%20is%20roughly%207%20times,of%20HTTP%2F2%20by%20gRPC.) gRPC shows 7 to 10 times better performance than REST(GraphQL).
39+
* The new common results interface will ensure that users can effectively filter all results to get only the data they want.
40+
* All code can be tested and prototyped in the console as the syntax will be the same.
3841

3942

4043
## Architecture

0 commit comments

Comments
 (0)