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 months ago
JSON representation
Actix binding for Deno
- Host: GitHub
- URL: https://github.com/justjavac/deno_actix
- Owner: justjavac
- License: mit
- Created: 2020-08-22T04:04:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T06:24:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T00:04:54.565Z (3 months ago)
- Topics: actix-binding, deno, deno-actix, deno-mod, deno-module, deno-plugin, deno-plugins, web, webframework
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_actix
[](https://github.com/justjavac/deno_actix/releases)
[](https://github.com/justjavac/deno_actix/actions)
[](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.