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

[Feature]: Support for Deno / Fresh #113

Open
DwieDave opened this issue Mar 14, 2023 · 4 comments
Open

[Feature]: Support for Deno / Fresh #113

DwieDave opened this issue Mar 14, 2023 · 4 comments

Comments

@DwieDave
Copy link

Describe the feature you'd like.

Would it be possible for console-ninja to support Deno?
Or is that too much of a change?
They are supporting npm packages since Deno Version 1.28.

@smcenlly
Copy link
Member

For a number of years we have followed interest in deno for our other products, (Quokka.js and Wallaby.js), but there are a few features we require to add support.

Console Ninja operates a bit differently so it may/may not be possible to support deno / fresh.

After initial investigation, we think we may be able to add support for some front-end frameworks (e.g. specifically Vue, React) but I guess if you were using vue / react, you would probably use node instead.

With fresh being completely implemented in deno, we need to guage interest before we investigate further.


If you would like to see support for deno, please:

  1. Like the feature request described above to register your interest in this issue
  2. Reply with how you are using deno, i.e. front-end app, back-end app, how you are launching deno (and any CLI parameters you use)

@DwieDave
Copy link
Author

DwieDave commented Mar 16, 2023

  • I am using deno in combination with fresh (which does not need a build-step -- it must be run by deno directly)
  • I use deno task start which runs the following command deno run -A --watch=static/,routes/ dev.ts for local development
  • The --watch=... option provides auto-restarting on file-change/save of the comma separated paths
  • -A allows all permissions (--allow-net, --allow-read, --allow-write, --allow-env, ...) for development purposes

@andreasWebDev
Copy link

I don't currently use Deno/Fresh but will consider it in the future. It depends on the development, BUT Deno sets the right foundation and is very innovative.

@tnfAngel
Copy link

We need that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants