You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use nng as a webasm module for WebSocket?
I have one scenario where I would like to have just one low-level networking library to connect to WebSocket and use it as a base for Android, iOS, WebApp etc.
Is it possible somehow?
The text was updated successfully, but these errors were encountered:
Yes, it can be done.. and has been done. Although I'm not too sure about specific details, and it may be tricky if the sandbox doesn't offer regular real networking access. (Arguably we could make a webasm platform port.)
@gdamore is there anyway to nng implement websockets natively on webasm? Or do we need to somehow use the existing javascript api and interface it backwards to C?
Is it possible to use nng as a webasm module for WebSocket?
I have one scenario where I would like to have just one low-level networking library to connect to WebSocket and use it as a base for Android, iOS, WebApp etc.
Is it possible somehow?
The text was updated successfully, but these errors were encountered: