Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msuntharesan/fable-koa
- Owner: msuntharesan
- Created: 2017-02-17T19:24:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T21:06:33.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T12:18:43.501Z (about 1 month ago)
- Topics: fable, fable-bindings, koa2
- Language: F#
- Size: 47.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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