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

Optimize request proxying #177

Closed kerams closed 4 years ago

kerams commented 4 years ago
kerams commented 4 years ago

That failure again, hmmm.

Zaid-Ajaj commented 4 years ago

Let me give it a try locally,

it is actually a lot easier for me to try out if you make a branch in the repo itself rather than from a fork :wink:

Zaid-Ajaj commented 4 years ago

Works locally like a charm 😍 thanks a lot! I published Server and its dependants to nuget and it should be available soon. Also published the docs to the Github pages from #178 when you update the docs, you need to run npm run publish from the ./documentation directory :smile:

kerams commented 4 years ago

So I should forget the fork and work in a local branch and create PRs from there to master?

Zaid-Ajaj commented 4 years ago

Yeah it is easier like that 😄