Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msuntharesan/fable-koa

Fable bindings for koa2
https://github.com/msuntharesan/fable-koa

fable fable-bindings koa2

Last synced: about 1 month ago
JSON representation

Fable bindings for koa2

Awesome Lists containing this project

README

        

# fable-koa

Fable bindings for Koa

## Installation

```sh
$ yarn install koa@next fable-core
$ yarn install fable-koa --dev
```

## Usage

### In a F# project (.fsproj)

```xml




```

### In a F# script (.fsx)

```fsharp
#r "node_modules/fable-core/Fable.Core.dll"
#r "node_modules/fable-koa/Fable.Import.Koa.dll"

open Fable.Core
open Fable.Import
```

## License

MIT