04 2011 档案
摘要: 本文收集一周来业界关于nodejs的相关动态信息和新闻摘要,并会推荐一下非常棒的node.js模块。 Mozilla jumps into Node.js server project Mozilla也对Node.js感兴趣了,已经着手为Node.js提供V8以外的另一个引擎: SpiderNode: This JavaScript engine in Firefox is called Spid...阅读全文
摘要: 浏览器版可直接查看: JavaScript template language shootoff 运行性能测试 测试代码在:https://github.com/fengmk2/mk2blog/tree/master/2011/4/js-template-benchmarks $ node benchmarks.js 我的测试环境 CPU: 4核 Intel(R) Core(TM) i3 CPU ...阅读全文
摘要: 本文假设你已经使用过doT和express,并知道它的模板语法。 js的模板引擎实在太多了,幸好 JavaScript template language shootoff 这篇不断被更新的文章,帮我们用真实的测试结果,得到了目前最快的模板引擎doT 安装dot $ sudo npm install dot 让express使用dot 安装express的模板引擎约定,引擎必须有一个compile...阅读全文
摘要: 不能不说,github才是真正的程序员SNS。 n2Mvc n2Mvc: a simple mvc web framework by node.js , mostly like ASP.NET MVC. simplehttp simplehttp: A Very simple HTTP ServerJust Serves files from the current directory and b...阅读全文
摘要: NodeBlog:http://nodeblog.org/ 是一个基于node.js的开源博客程序。 Features Write, Read, List, Search blog.
Comments
Support image and file upload.
DIY template
Support nodester.com, no.de... nodejs host services
Sim...阅读全文
摘要: Node on iOS Nathan Rajlich写了篇在iOS上运行Node的文章: NodeJS on iOS. 他建立了一个项目 node-iOS,为了让iOS原生支持Node. 你的手机必须先越狱。 Native Windows Support on v0.6.0 让更多windows开发者加入Nodejs,原生支持node是必须的! 详细请看PPT: http://nodejs.org...阅读全文
摘要: git submodule add 添加项目的依赖模块在项目的根目录添加子模块$ cd demo_project$ git submodule add git://github.com/felixge/node-mysql.git deps/mysql$ git submodule init$ git submodule update# 提交更改git submodule init and update 就可以直接获取依赖模块了$ git submodule initSubmodule 'deps/connect' (git://github.com/senchalabs/co阅读全文
摘要: cnodejs.org将于4月16日在北京betacafe举办Nodejs技术交流聚会, 有想了解javascript服务器端开发的同学吗?可以报名参加喔 http://cnodejs.org/blog/?p=634阅读全文


