nodejs里面connect-flash中间件是什么功能
4 回答
慕神8447489
TA贡献1780条经验 获得超1个赞
npm install handlebars --s
npm install express --s
Then you can use handlebars as a front-end template and express as the server
不负相思意
TA贡献1777条经验 获得超10个赞
基本思路是 client <=> node (http or socket) <=> (queue) <=> JVM 要的是node的non-blocking IO的原生实现(这种代码用Java写要麻烦得多),很多JVM用来做那些需要blocking的核心工作;一般架构经验是同等硬件水平下,node的吞吐量比JVM高。
- 4 回答
- 0 关注
- 794 浏览
添加回答
举报
0/150
提交
取消