English 中文(简体)
如何使用mongoose/用ringojs表示
原标题:How can use mongoose/express with ringojs

我尝试了一个月的交流, 但最后,我不喜欢无节制的编程。

我刚刚找到" rel="no follow">ringojs 似乎同步的风格。 我想知道我是否可以使用mongoose和?

最佳回答

Express和Mongoose都从根本上围绕节点建起,而且自有其意。Ringojs与Node是不同的野兽。使用来自Ringos的生态系统。即使你以某种方式得到Express的操作,如果它能正常运转,那么它可能很难做到并保持正常运转。如果Ringo在自己的生态系统中没有任何值得使用的东西,那么再三考虑一下如何使用它,这可能是个好主意。

问题回答

odde.js和ringo.js都依赖common.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 ...

热门标签