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

It would be great to have a prebuilt distribution that's easily embeddable #52

Closed
ZECTBynmo opened this issue Sep 16, 2012 · 5 comments
Closed

Comments

@ZECTBynmo
Copy link

I would really like to embed node-webkit into my C++ application. As I understand it, the only way I can embed node-webkit into my solution would be to build it from scratch. It would be great if there was a prebuilt distribution that I could embed easily without building the entire webkit chain.

@zcbenz
Copy link
Contributor

zcbenz commented Sep 17, 2012

node-webkit is not designed for embedding, and we even don't have public interface to do that. Maybe you would be interested in cef, which is designed for embedding a browser window in third party applications.

@zcbenz zcbenz closed this as completed Sep 17, 2012
@rogerwang
Copy link
Member

@ZECTBynmo , it's hard to redesign the whole project and make it embeddable, but there is another way to use node-webkit with your C++ code: make your C++ code a node module then it should run on node-webkit.

@ZECTBynmo
Copy link
Author

Thanks for the responses. I've been looking at cef at your recommendation, the appjs implementation in particular, and it seems like a solid course. Thanks for the help!

Unfortunately I can't run my application as a node module, otherwise that would definitely be the path of least resistance.

@rogerwang
Copy link
Member

Moving forward with CEF you might want to pay attention to CEF3, which is multi-process and aligns with the up-to-date chromium architecture.

AppJs is still with CEF1 IIRC.

-------- Original Message --------
From: Mike Vegeto notifications@github.com
Sent: Tue Sep 18 20:33:10 格林尼治标准时间+0800 2012
To: rogerwang/node-webkit node-webkit@noreply.github.com
Cc: Roger wenrui@gmail.com
Subject: Re: [node-webkit] It would be great to have a prebuilt distribution that's easily embeddable (#52)

Thanks for the responses. I've been looking at cef at your recommendation, the appjs implementation in particular, and it seems like a solid course. Thanks for the help!

Unfortunately I can't run my application as a node module, otherwise that would definitely be the path of least resistance.


Reply to this email directly or view it on GitHub:
#52 (comment)

@ZECTBynmo
Copy link
Author

Thanks for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants