English 中文(简体)
奥帕拉的背后平台是什么?
原标题:What backend platform is Opa running on?
  • 时间:2012-01-12 16:45:34
  •  标签:
  • node.js
  • opa

我想知道背后的平台是什么? Opa正在与浏览器沟通。

我的猜测是Node.js。

问题回答

奥帕有自己的应用服务器。 不需要额外的申请。

我们有自己的时间表处理网络活动和客户计算(我们使用合作线)。 我们撰写了议定书的具体语言,并建立了网站服务器。

Have a look at the compiler source code (check appruntime/ and libnet/ for scheduler and networks libs) : https://github.com/MLstate/opalang

Opa已经将其违约后继平台改为Node.js。





相关问题
How to make Sequelize use singular table names

I have an model called User but Sequelize looks for the table USERS whenever I am trying to save in the DB. Does anyone know how to set Sequelize to use singular table names? Thanks.

What is Node.js? [closed]

I don t fully get what Node.js is all about. Maybe it s because I am mainly a web based business application developer. What is it and what is the use of it? My understanding so far is that: The ...

Clientside going serverside with node.js

I`ve been looking for a serverside language for some time, and python got my attention somewhat. But as I already know and love javascript, I now want learn to code on the server with js and node.js. ...

Can I use jQuery with Node.js?

Is it possible to use jQuery selectors/DOM manipulation on the server-side using Node.js?

How do I escape a string for a shell command in node?

In nodejs, the only way to execute external commands is via sys.exec(cmd). I d like to call an external command and give it data via stdin. In nodejs there does yet not appear to be a way to open a ...

热门标签