Skip to content
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

Allow GWT SuperDevMode to access Node.js functions #3400

Open
thinwire opened this issue Apr 23, 2015 · 0 comments
Open

Allow GWT SuperDevMode to access Node.js functions #3400

thinwire opened this issue Apr 23, 2015 · 0 comments

Comments

@thinwire
Copy link

I'm developing a NW.JS application using GWT. The applicaton needs access to node.js methods to work. I've found no way to point nw to load my application via SuperDevMode in such a way that it'd give access to node.js functionality for my application. Apparently, this was actively blocked out as a security hole per ticket #534.
My current workaround is to debug all non-filesystem related issues using SuperDevMode and a web browser, and then just crank out build after build using the regular GWT compiler to test with nw.js, but this is cumbersome.
I'd like nw.js to provide a command-line switch for these situations, to grant a security exception to an application loaded via a specific (perhaps even just localhost) URL.
For the record, SuperDevMode provides an up-to-date application via http://localhost:8888/ by default (recompiled on reload if necessary), although it's configurable.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@thinwire thinwire changed the title Allow access to Node.js functions (somehow) Allow GWT SuperDevMode to access Node.js functions May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants