Hacker News new | ask | show | jobs
by ihnorton 1193 days ago
Does the library side of this provide an emulated socket API? The CheerJ docs [1] say:

> Not yet. The main problem is that RuneScape requires low level network connections primitives (sockets)

So, I'm guessing the same applies to the C++ version?

[1] https://docs.leaningtech.com/cheerpj/Frequently-Asked-Questi...

1 comments

We don't support sockets out-of-the-box yet, but we have built a solution for the "networking-from-the-browser" problem a few months ago and we may backport that to Cheerp eventually.

https://leaningtech.com/webvm-virtual-machine-with-networkin...