extjs with node.js backend?

╄→гoц情女王★ 提交于 2020-01-03 17:48:11

问题


Are there any projects, examples, tutorials, etc that would show ExtJS used with Node.js as the backend? I am looking specifically at multiple users collaborating in real-time, but anything with ExtJS and node together would be helpful.


回答1:


Here is a example of ExtJS used with Node.js. There is another interesting project (server side javascript) called SilkJS. You should have a look at it as well. Here is an example of using SilkJs and ExtJS.

Since Node.js is server side, you should not have any issues using it along with ExtJS. There is no dependency on server side for ExtJS.




回答2:


I have done a example on Extjs with node at backend. Please go through the git

https://github.com/tsuryap/ExtJsAndNodeExample




回答3:


SilkJS is fast enough that it is real time; maybe more real-time than node even.

Anyhow, ExtJS does a lot of Ajax internally, FWIW.



来源:https://stackoverflow.com/questions/10424887/extjs-with-node-js-backend

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!