Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
273 stars 55 forks source link

New features announcement #120

Closed Zaid-Ajaj closed 5 years ago

Zaid-Ajaj commented 5 years ago

This is a little summary of the new feature releases in the Fable.Remoting family of packages

Finally with help from @0x53A, we were able to implement high performance binary transfer for routes of the types:

Where the byte[] would be directly transferred from and to the Fable client, bypassing JSON serialization and deserialization overhead and saving up to ~20% to 30% on traffic size. No extra config is needed, simply update both your client and server to latest versions (updating only client or only server will not trigger optimize the transfer)

I am adding a testimonials section to Fable.Remoting, if you are happy using this thing, hit me up with a issue/PR :smile: