You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
We should probably share ideas on how to accomplish a node rewrite. Basically I'm still trying to figure out how I can organize it so I can end up with a desktop app and a server daemon without duplicating too much logic. Ideally i'd love to write a node bitcannon server and then have the desktop app start up an instance of the server in the background and present the web ui, that's basically what I've tried to do here (but it ended up being the other way around with the server wrapping/serving the client for desktop use...)
I'm not sure how node packages work - if we can have a package that runs as a program and also exposes a library type thing, then maybe we could have a node-bitcannon package that can be run as a command for the server use case, but can also be required in the node desktop app.