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

Question: Compatibility with C++ node modules #54

Closed
millsp opened this issue Mar 10, 2019 · 1 comment
Closed

Question: Compatibility with C++ node modules #54

millsp opened this issue Mar 10, 2019 · 1 comment

Comments

@millsp
Copy link

millsp commented Mar 10, 2019

First of all, bravo for this amazing project. I find it to be the most interesting project of the year!

Then, I saw that you have support for importing node modules (example with ws). Would you be able to support a C++ based library such as uWebSockets?

Do you have support for the V8 engine?

@ThomasRogg
Copy link
Member

Thank you!

The whole idea of low.js is to replace V8 with something smaller to get it running on ESP32-WROVERs. So, if you readd V8, you have Node.JS, which exists, but is not our project :-)

Own C++ modules on low.js for Linux, macOS etc. works if you compile them into low.js. Own C++ modules on ESP32-WROVER is not supported yet. So you either will have to wait for this or somebody has to pay to get this feature done sooner..

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

2 participants