CNode

nodejs 云服务器 哪家强?

问答
Cchita发布于11 年前最后回复11 年前19 回复8464 浏览0 收藏

nodejs 云服务器 哪家强? 扩展性 易用性 性价比都如何 另外。。。cnode 的服务器是用的哪家的。。

查看回复

回复 (19)

Y
yaochun#1·11 年前

阿里云,不谢

C
chita#2·11 年前
引用 yaochun阿里云,不谢

@yaochun 云引擎 还是云主机。。?

I
i5ting#3·11 年前

和是不是node云服务有关系么?

I
i5ting#4·11 年前

一楼真是顽皮

C
chita#5·11 年前

azure 怎么样

S
shuson#6·11 年前

肯定是DO啊,速度快

P
pingchangxin#7·11 年前

parse.com 云代码 可以部署nodejs代码 提供推送 很顶

P
pingchangxin#8·11 年前
引用 chita@HugoJing 恩。我也在上面尝试部署小应用。

@chita 这个是我刚刚用 node写的已经部署到 parse上了 你可以看看 http://vic.parseapp.com/ 代码如下 var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n'); }).listen();

C
chita#9·11 年前
P
pingchangxin#10·11 年前
引用 chita@pingchangxin 300多ms 感觉还是略慢。。。 可能可以试一些小一点的应用

@chita 那没办法 毕竟人家是免费的 我也是看看玩玩

S
shuson#11·11 年前
引用 chita@shuson DO是啥 = =。。 不要欺负我书读得少啊。。

@chita Digital Ocean, 呀 footer中就有链接 我自己也在用

H
HugoJing#12·11 年前

我用类似楼上 Parse 的 Leancloud

G
G-martin#13·11 年前

IBM bluemix 不错,好像还有90免费期

C
chita#14·11 年前
引用 shuson肯定是DO啊,速度快

@shuson DO是啥 = =。。 不要欺负我书读得少啊。。

C
chita#15·11 年前
C
chita#16·11 年前
引用 HugoJing我用类似楼上 Parse 的 Leancloud

@HugoJing Leancloud 必须用他的数据源吧,我有很多mongodb老数据 不好导吧

C
chita#17·11 年前
引用 G-martinIBM bluemix 不错,好像还有90免费期

@G-martin 才出没多久吧。。 不知道有多少坑要去踩。。

H
HugoJing#18·11 年前
引用 chita@HugoJing Leancloud 必须用他的数据源吧,我有很多mongodb老数据 不好导吧

@chita 得用它的数据源,确实不习惯。不过数据的导出还挺方便的,导入我没试过。

参与回复
登录后即可参与回复。登录