• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

LXJS/training-koa

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

LXJS/training-koa

开源软件地址:

https://github.com/LXJS/training-koa

开源编程语言:

JavaScript 98.2%

开源软件介绍:

THIS WORKSHOP HAS MOVED TO https://github.com/koajs/workshop

koa

In this workshop, you will learn the basics of koa, Express' spiritual successor.

Trainers

Preparations for this training

In order to prepare to this training you should/must do the following List of readings and exercises. If you have questions, please open an issue and we will be glad to answer, you might be helping other participants too.

You should also view this presentation: http://cdn.rawgit.com/jonathanong/koajs/master/index.html.

This workshop assumes you've had experience with:

  • node.js
  • Express, Restify, or any similar node.js frameworks
  • Asynchronous programming - callbacks or promises

Instructions

Install node 0.11.13+. Using nvm, you can install it like this:

nvm install 0.11.13
nvm use 0.11.13

You can also install it directly from http://nodejs.org. Or using various other node version managers such as n. If you're having trouble with this, just install it directly from nodejs.org.

Then you must install this workshop. You can either fork this workshop (recommended) or clone it:

git clone git://github.com/lxjs/training-koa
cd workshop

Then install all the dependencies:

npm install
npm install -g mocha

Go through each training, which are stored in folders, in numerical older. Read the README file, edit the index.js files, then run each test by executing the following:

mocha --harmony-generators test.js

If you get an error message like SyntaxError: Unexpected token *, this means you didn't run the the process with --harmony-generators.

Learning more than just Koa

Although writing tests is not part of this workshop, you should still learn how they work. An important part of creating apps is creating the tests for it. Inspect the test.js files and see how supertest and mocha are used, both of which are used in Koa, Express, and many other of TJ's work. You will also see what is expected from your sample apps by reading the tests.

After you finish each training, you may want to git commit so you have a history of what you've done:

git commit -a -m "i finished training 1!"

Many small commits is good practice!

Workshop

The first 20-30 minutes of the workshop will be a presentation on http://cdn.rawgit.com/jonathanong/koajs/master/index.html followed by a short period of high level question and answers on Koa. After which, the hands-on workshop will begin. Any technical questions asked from the point on will be shown to the entire workshop.

28 jun - 14:30h Participants

27 jun - 17:30h Participants




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap