grant icon indicating copy to clipboard operation
grant copied to clipboard

Support Deno?

Open sudo-sand opened this issue 1 year ago • 2 comments

Any plans on supporting Deno? Fresh?

sudo-sand avatar Aug 07 '22 17:08 sudo-sand

I have been thinking about it, however, in order to have a 'native' support for it, everything that Grant currently depends on being in Node.js have to be redone from scratch but using Deno std libraries. Only then we can have HTTP framework handlers for Deno on top of it.

So it's a bit longer term goal, because it requires more than just creating a new handler.

simov avatar Aug 08 '22 05:08 simov

It would be really cool to have Grant on Deno. But no pressure really, take your time.

sudo-sand avatar Aug 08 '22 06:08 sudo-sand

There is this https://github.com/w3cj/deno_grant/

sudo-sand avatar Dec 06 '22 12:12 sudo-sand