简体   繁体   English

与node.js后端的extjs?

[英]extjs with node.js backend?

Are there any projects, examples, tutorials, etc that would show ExtJS used with Node.js as the backend? 是否有任何项目,示例,教程等会显示ExtJS与Node.js一起使用作为后端? I am looking specifically at multiple users collaborating in real-time, but anything with ExtJS and node together would be helpful. 我正在寻找实时协作的多个用户,但任何与ExtJS和节点在一起的东西都会有所帮助。

Here is a example of ExtJS used with Node.js. 以下是与Node.js一起使用的ExtJS的示例。 There is another interesting project (server side javascript) called SilkJS . 还有一个名为SilkJS的有趣项目(服务器端javascript)。 You should have a look at it as well. 你也应该看看它。 Here is an example of using SilkJs and ExtJS. 以下是使用SilkJs和ExtJS的示例。

Since Node.js is server side, you should not have any issues using it along with ExtJS. 由于Node.js是服务器端,因此在使用ExtJS时不应该有任何问题。 There is no dependency on server side for ExtJS. ExtJS对服务器端没有依赖性。

I have done a example on Extjs with node at backend. 我在后端有节点的Extjs上做了一个例子。 Please go through the git 请通过git

https://github.com/tsuryap/ExtJsAndNodeExample https://github.com/tsuryap/ExtJsAndNodeExample

SilkJS is fast enough that it is real time; SilkJS足够快,它是实时的; maybe more real-time than node even. 甚至比节点更实时。

Anyhow, ExtJS does a lot of Ajax internally, FWIW. 无论如何,ExtJS在内部完成了很多Ajax,FWIW。

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

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