Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

ssrwpo/meteor-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa next generation web framework with Meteor

Table of contents

$ 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
$ spacejam-mocha ./

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp