←back to thread

Deno Under TinyKVM in Varnish

(info.varnish-software.com)
99 points perbu | 5 comments | | HN request time: 1.016s | source
1. d0100 ◴[] No.43652367[source]
I am looking for a Deno sandbox and this seems like a good idea.

Is there code available anywhere of this implementation?

replies(1): >>43652381 #
2. fwsgonzo ◴[] No.43652381[source]
https://github.com/lrowe/deno_varnish

It's very much still a work-in-progress. But it works!

The main plugin repo is here: https://github.com/varnish/libvmod-tinykvm

replies(1): >>43655589 #
3. mdaniel ◴[] No.43655589[source]
It would be awesome if that deno_varnish repo had a license to know who can use it under what circumstances
replies(1): >>43657836 #
4. laurencerowe ◴[] No.43657836{3}[source]
It's not really usable yet beyond benchmarking as I've been focussed on understanding the performance characteristics.

I will add a license (hopefully MIT like Deno) once there is clarity around the licensing of the TinyKVM guest API files.

replies(1): >>43659256 #
5. ruben_varnish ◴[] No.43659256{4}[source]
Let us get back to you on that.

Leaning towards making the modules/examples permissive, indeed.