Closed ZeaZ-pixel closed 2 years ago
Yes, totally possible. It is a real node.js, except for some minor details (runs as a thread, not a process, and a few APIs like profiling and Intl aren't supported).
So some APIs are not supported after all? Socket.io is it included in this list?
Check the node.js mobile website to see the unsupported APIs.
And is there a way to use this library for rnw (react native windows),
Probably yeah
Ok, Thanks!
Hello everyone I would like to write a websocket server on this library. So that I can do cross-platform correspondence over a local network. What are the limitations of this library? And is it possible to implement this?