-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recompile native modules #183
Comments
ATM yes and it's not properly supported but we're working hard to waive that requirement in the next version. |
OK - thanks for the clarification. Any idea on timescales for 0.4 ? |
Hard to say you can track progress here: breach/thrust#161 |
@carlskii Native modules are very important to me to. I tried to get them to work naturally with the current Breach, but it just wasnt feasible. The next version of breach is going to use a more generic core, that is not built around node. What does this mean?
So yes, please wait around for this next version :) |
Interesting - regarding item 3 would ZeroMQ be a better choice here? There are language bindings for almost every language out there. Carl Sent from my iPhone
|
Not sure. It is up to @spolu on how it will be implemented. ZeroMQ is more for routing messages rather than strictly rpc over sockets. However, this http://zerorpc.dotcloud.com/ does seem nice. But as I said it is up to @spolu. Whatever technology helps ExoBrowser, be a polyglot webrowser is fine with me. |
I looked at zmq as it looked like a very good idea. But there are a few things that makes using a JSONRPC-ish protocol easier, in particular the miz of libraries available out of chromium |
Thanks - that did the trick. |
@carlskii let me know if you have any more questions. You should wait for 0.7 Exo / 0.4 Breach it will be a different beast. |
Hi, Is there a requirement to re-compile native node modules when using with Breach as is required with Node-Webkit?
Carl
The text was updated successfully, but these errors were encountered: