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
272 stars 54 forks source link

Adding support for Azure Functions (isolated) #279

Closed Dzoukr closed 2 years ago

Dzoukr commented 2 years ago

Hello, my friend!

So it seems I kicked through the support for Azure Functions in isolated mode. I followed the Nuget naming (*.Worker) so it should make sense. I also added a separate FAKE target for running tests & publishing. Also added section in README.

Please take a look and feel free to comment, discuss, etc... I am quite happy that it seems to be working even if Microsoft reinvented the whole HTTP layer in isolated functions. 😁

Please let me know if you need anything else from me. 🙏 Looking forward to have zero-cost serverless API for occasionally used Fable apps.

Zaid-Ajaj commented 2 years ago

The implementation looks great 😍 I ran the tests locally and all green ✅ published the initial version to nuget. Please give take it for a spin