Actix binding for Deno.
import { run } from "https://deno.land/x/actix/mod.ts";
actix();
run example:
deno run -A --unstable https://deno.land/x/actix/example.ts
--unstable
--allow-plugin
deno_actix is released under the MIT License. See the bundled LICENSE file for details.