Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justjavac/deno_actix
- Owner: justjavac
- License: mit
- Created: 2020-08-22T04:04:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T06:24:46.000Z (over 4 years ago)
- Last Synced: 2024-12-17T16:33:23.964Z (5 days 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: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.