如何在io.js上运行Express [英] How to run Express on io.js

查看:103
本文介绍了如何在io.js上运行Express的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以Node.js去年末分叉了,分叉版本是io.js。

So Node.js was forked late last year and the forked version is io.js.

我在文档上找不到任何设置指南。我很新,有谁知道如何使用Express Web框架设置io.js?谢谢!

I can't find anything of a setup guide on the docs. I'm fairly new, anyone know how I can setup io.js using Express web framework? Thanks!

推荐答案

实际上 io.js 尚未发布。首次发布将于1月13日(或14日)发布(请参阅此处)。此时,设置 io.js 的最佳方法是克隆其存储库

Actually io.js wasn't released yet. First release will be at January 13th(or 14rth) (see here). At this time the best you can do to setup io.js is to clone its repository:

git clone https://github.com/iojs/io.js

并尝试手动构建它。在Unix / Max上它看起来像:

and try to build it manually. On Unix/Max it looks like:

./configure
make
make install

但我不建议你这样做。注意:现在正在为第一个版本进行非常积极的准备工作。许多提交可能会发生变化。所以最好等待不到一周,直到第一个官方 io.js 版本将被释放。

But I do not recommend you to do this. Beware: now very active preparation for the first release is going on. Lots of commits with possibly breaking changes. So better wait less then one week until first official io.js version will be released.

这篇关于如何在io.js上运行Express的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆