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

Rewrite Blueprint Framework Using Deno #122

Open
artpani4 opened this issue Jun 23, 2024 · 0 comments
Open

Rewrite Blueprint Framework Using Deno #122

artpani4 opened this issue Jun 23, 2024 · 0 comments

Comments

@artpani4
Copy link

The current implementation of the Blueprint framework relies heavily on Node.js, which includes handling complex module imports, polyfills for Buffer, and compilation steps. This results in a cumbersome and error-prone development process. Transitioning the framework to Deno could simplify the codebase by leveraging Deno's native TypeScript support, improved dependency management, and built-in utilities without the need for polyfills or additional compilation steps.

Transitioning to Deno could bring several benefits:

  • Native TypeScript support
  • Improved security model
  • Simplified dependency management
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