在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:iamdanielyin/ibird开源软件地址:https://github.com/iamdanielyin/ibird开源编程语言:JavaScript 100.0%开源软件介绍:English | 简体中文 ibirdA lightweight and flexible web development framework. Getting StartedPrerequisitesInstall ibird from npm With yarn: yarn add ibird or alternatively using npm: npm install --save ibird Writing CodeWe can put this code in a file named const app = require('ibird').newApp();
// response
app.get('/', ctx => {
ctx.body = `Hello ibird.`;
});
app.play(); If you run this with: $ node index.js You should see the ibird response printed out: $ Listen and serve on 0.0.0.0:3000 Congratulations - You've just created an application using ibird! Next StepsWe prepared a wiki page. You can find tons of useful things there. ContributingWe actively welcome pull requests. ChangelogChanges are tracked as GitHub releases. Licenseibird is Apache-2.0-licensed. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论