Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbitname/koa-async-busboy
Busboy adapter for koa2 (async/await).
https://github.com/zbitname/koa-async-busboy
async busboy busboy-adapter koa multipart nodejs
Last synced: about 1 month ago
JSON representation
Busboy adapter for koa2 (async/await).
- Host: GitHub
- URL: https://github.com/zbitname/koa-async-busboy
- Owner: zbitname
- License: mit
- Created: 2017-01-11T21:09:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T20:40:30.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T00:06:33.231Z (10 months ago)
- Topics: async, busboy, busboy-adapter, koa, multipart, nodejs
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Koa Async Busboy
Busboy adapter for koa2 (async/await).
#### How to use it?
See test server `/tests/server.js`#### How can I run tests?
As usual, `npm run test`