Question: How to run superdeno with plain deno server
yereby opened this issue · 2 comments
yereby commented
Hi,
I would like to know if it is possible to run superdeno with just a plain server with serve
from deno http
package, and not with opine or another framework. I can't find any resource.
Thanks a lot.
asos-craigmorten commented
Hi @yereby 👋
This should be possible - see the superdeno tests for examples --> https://github.com/cmorten/superdeno/blob/main/test/superdeno.std.test.ts
yereby commented
Ho yes ! I was just running the test with deno run
and not deno test
...
It works well. You can close this dummy issue :)