Apparently there's a newer variation at:
https://addons.mozilla.org/en-US/firefox/addon/browser-server/
I do get that the idea is that it "just" uses javascript (the server appears to be down, so I'm actually guessing) -- but when such projects already exist, I kind of expected more...
Unfortunately Chrome's native client(NaCl) does not support TCP yet! So I think something like this impossible in chrome? Any ideas?
Chrome has a JS socket API for extensions as well, but it doesn't currently support TCP listening.
Apparently there's a newer variation at:
and of course there's Opera's Unity.I do get that the idea is that it "just" uses javascript (the server appears to be down, so I'm actually guessing) -- but when such projects already exist, I kind of expected more...