文件名称:SockJsEmber:SockJS 与 EmberJs WebSockets 示例应用程序
文件大小:18KB
文件格式:ZIP
更新时间:2024-08-06 01:39:48
JavaScript
服务-sock-js
该程序与编写的教程一起使用。 在这个应用程序中,我们使用 Ember.js 应用程序并让它与运行 SockJS 的 Node 应用程序通信。 我们使用服务来做到这一点。
先决条件
您将需要在您的计算机上正确安装以下东西。
(带有 NPM)
安装
git clone
【文件预览】:
SockJsEmber-master
----.travis.yml(318B)
----.ember-cli(280B)
----testem.json(198B)
----ember-cli-build.js(860B)
----vendor()
--------.gitkeep(0B)
----config()
--------environment.js(1KB)
----.watchmanconfig(29B)
----package.json(1KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(988B)
--------unit()
--------integration()
--------.jshintrc(831B)
--------helpers()
----app()
--------models()
--------templates()
--------initializers()
--------routes()
--------index.html(642B)
--------controllers()
--------components()
--------styles()
--------app.js(420B)
--------services()
--------router.js(195B)
--------helpers()
----.gitignore(247B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----README.md(1KB)
----.jshintrc(518B)
----bower.json(521B)
----.editorconfig(543B)