Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justjavac/deno_actix

Actix binding for Deno
https://github.com/justjavac/deno_actix

actix-binding deno deno-actix deno-mod deno-module deno-plugin deno-plugins web webframework

Last synced: 2 days ago
JSON representation

Actix binding for Deno

Awesome Lists containing this project

README

        

# deno_actix

[![tag](https://img.shields.io/github/release/justjavac/deno_actix)](https://github.com/justjavac/deno_actix/releases)
[![Build Status](https://github.com/justjavac/deno_actix/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_actix/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_actix)](https://github.com/justjavac/deno_actix/blob/master/LICENSE)

Actix binding for Deno.

## Usage

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

actix();
```

run example:

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

## Flags

- `--unstable`
- `--allow-plugin`

### License

[deno_actix](https://github.com/justjavac/deno_actix) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.