Skip to main content

deno_actix

tag Build Status license

Actix binding for Deno.

Usage

import { run } from "https://deno.land/x/actix/mod.ts";

actix();

run example:

deno run -A --unstable https://deno.land/x/actix/example.ts

Flags

  • --unstable
  • --allow-plugin

License

deno_actix is released under the MIT License. See the bundled LICENSE file for details.