saneki-discontinued / node-toxcore

Node bindings for toxcore
GNU General Public License v3.0
38 stars 19 forks source link

Pure Javascript Implementation #19

Open hackerkid opened 8 years ago

hackerkid commented 8 years ago

I have been using node toxcore for a lot of days now, but the need to install tox library for a node application bugs me a lot. Have you ever thought of making a pure JavaScript implementation of tox, something which can be used both in browser and server. I really wanted to see a pure JavaScript implementation. What do you think about it? I am ready to spend my time for this.

sibartel commented 8 years ago

Hey hackerkid, I'm not the owner of this repo but worked for some months with node-toxcore. I really appreciate the idea of tox in a browser. But:

The implementation of a serverside solution with nodejs should be easier but is still very complex. Have you ever heard of emscripten? Maybe that's an option.

Let me know when you start coding. Or if I can help you with something.