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

Bundle instead of building an application #123

Closed
trevnorris opened this issue Jan 25, 2023 · 1 comment
Closed

Bundle instead of building an application #123

trevnorris opened this issue Jan 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@trevnorris
Copy link
Contributor

Instead of building a binary using an application's files, bundle them and pass that to ssc to be run. The a few advantages of doing it this way are:

  1. Building apps takes far less time
  2. Users are not required to install build tools (especially painful to do on Windows)
  3. Native addon development becomes possible by allowing the user to build a shared library then having the app include that using a JS API.
@trevnorris trevnorris added the enhancement New feature or request label Jan 25, 2023
@heapwolf
Copy link
Member

no longer relevant

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

No branches or pull requests

2 participants