简体   繁体   English

Kohana 框架是否有推荐的 node.js 等效项

[英]Is there a Recommended node.js equivalent for the Kohana Framework

The more I look at node.js the more, I'm really beginning to like it.我越看 node.js 越多,我真的开始喜欢它了。 Everything is an object like ruby, but it isn't as different ( hippie like:P ).一切都是 object 之类的 ruby,但并没有那么不同(嬉皮士之类的:P)。 Also you don't have to relearn all these syntaxes that are all globals array_map , array_push ...此外,您不必重新学习所有这些全局语法array_maparray_push ...

So is there a similar equivalent of Kohana php for node.js?那么对于 node.js 是否有类似的 Kohana php 等效项?

I'm assuming node.js is ready for prime time if I wanted to set up a server and everything, or is there anything that I shoud be concerned/worried about.我假设 node.js 已经准备好迎接黄金时段,如果我想设置服务器和一切,或者有什么我应该担心/担心的。 I noticed nodejs.com demo is down, which is a bit concerning if I wanted to go live.我注意到 nodejs.com 演示已关闭,这有点担心我是否想直播 go。

I think express.js is the most common framework for node.js as of now.我认为express.js是目前 node.js 最常用的框架。

If you want to get started with node.js which is freakin awesome if you ask me, you should look(comprehend) into:如果你想开始使用 node.js,如果你问我这真是太棒了,你应该看看(理解):

Like Jorge said express.js is a very popular framework to develop websites.就像 Jorge 说的 express.js 是一个非常流行的网站开发框架。 Also if you master these topics I am sure you will really love node.js.此外,如果您掌握了这些主题,我相信您会非常喜欢 node.js。

I am developing a framework inspired by Kohana at https://github.com/sadjow/falcon我正在开发一个受 Kohana 启发的框架https://github.com/sadjow/falcon

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM