We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An everything package does not scale: https://socket.dev/blog/when-everything-becomes-too-much
An everything application would by creating an HTML file with an everything import map https://github.com/tylerchilds/plan98/blob/plan98/client/public/index.html#L41
those would be served dynamically, the challenge would be in the security model-- how do we know those are not tampered with?
in the mean time, i have a WIP exploration of using the server binary itself as a package manager using this paradigm
https://github.com/tylerchilds/plan98/blob/plan98/client.js#L19-L31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An everything package does not scale: https://socket.dev/blog/when-everything-becomes-too-much
An everything application would by creating an HTML file with an everything import map https://github.com/tylerchilds/plan98/blob/plan98/client/public/index.html#L41
those would be served dynamically, the challenge would be in the security model-- how do we know those are not tampered with?
in the mean time, i have a WIP exploration of using the server binary itself as a package manager using this paradigm
https://github.com/tylerchilds/plan98/blob/plan98/client.js#L19-L31
The text was updated successfully, but these errors were encountered: