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

Review "bare", an alternative to Node.js on mobile #2

Open
Jermolene opened this issue Jun 18, 2024 · 0 comments
Open

Review "bare", an alternative to Node.js on mobile #2

Jermolene opened this issue Jun 18, 2024 · 0 comments

Comments

@Jermolene
Copy link
Owner

The "bare" project describes itself as a "small and modular JavaScript runtime for desktop and mobile". It is based on Apple's JavaScriptCore implementation of JavaScript, which means that on iOS it is able to take advantage of JIT to improve performance (Node.js is not allowed to use JIT due to Apple's platform restrictions).

https://github.com/holepunchto/bare

There is a sample iOS project, but it is not clear how to integrate the build process with Xcode.

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

1 participant