WASM Support? #3959
Answered
by
bernardnormier
MarkOverstreet
asked this question in
Q&A
WASM Support?
#3959
-
Desired featureI don't see a place to ask questions so unfortunately I am placing it here. Does this project work with WASM? Specifically Microsoft Blazor. ProblemNo response AlternativesNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
bernardnormier
Mar 13, 2024
Replies: 1 comment
-
Hi Mark, we currently don't include support for Blazor. I think it would be reasonably easy to do. It's a matter of adding a new duplex transport for Blazor: I assume you'd want to use Blazor to write a web client. What would your web client talk to? An Ice server using ws/wss? An IceRPC server? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
InsertCreativityHere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Mark, we currently don't include support for Blazor.
I think it would be reasonably easy to do. It's a matter of adding a new duplex transport for Blazor:
https://docs.icerpc.dev/icerpc/duplex-transport
I assume you'd want to use Blazor to write a web client. What would your web client talk to? An Ice server using ws/wss? An IceRPC server?