justjavac / deno_actix

Actix binding for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Actix binding for Deno

License:MIT License


Languages

Language:Rust 70.0%Language:TypeScript 30.0%