Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.68k stars 417 forks source link

support webgl? #743

Open labyte opened 3 months ago

labyte commented 3 months ago

I can use YetAnotherHttpHandler and GrpcWebSocketBridge to support webgl platform?

mayuki commented 3 months ago

It is possible to use MagicOnion on WebGL by using GrpcWebSocketBridge, but we are not in a state of official support or confirming it works.

labyte commented 3 months ago

Yes, but that means I can only use gRPC's C-core, not the new YetAnotherHttpHandler