- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
ssrwpo/meteor-koa
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Koa next generation web framework with Meteor
$ meteor npm i -S koa@next$ meteor add ssrwpo:meteor-koa
Seekoa api for more details.
meteor-koa is only available on server side. (Meteor.isServer)
import{koa}from'meteor/ssrwpo:meteor-koa';constapp=koa();app.use((ctx)=>{ctx.body='Hello World';});
Koa has many additional packages listedhere.
You can use them withmeteor-koa, just simply add them withnpm in your meteor project:
$ meteor npm install<koa-plugins>
$ meteor test-packages ./ --driver-package practicalmeteor:mocha
Withspacejam
$ spacejam-mocha ./
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.