SockJsEmber:SockJS 与 EmberJs WebSockets 示例应用程序

时间:2024-08-06 01:39:48
【文件属性】:

文件名称:SockJsEmber:SockJS 与 EmberJs WebSockets 示例应用程序

文件大小:18KB

文件格式:ZIP

更新时间:2024-08-06 01:39:48

JavaScript

服务-sock-js 该程序与编写的教程一起使用。 在这个应用程序中,我们使用 Ember.js 应用程序并让它与运行 SockJS 的 Node 应用程序通信。 我们使用服务来做到这一点。 先决条件 您将需要在您的计算机上正确安装以下东西。 (带有 NPM) 安装 git clone 这个仓库 切换到新目录 npm install bower install 运行/开发 ember server 在访问您的应用程序。 代码生成器 使用许多代码生成器,尝试使用ember help generate获取更多详细信息 运行测试 ember test ember test --server 建造 ember build (开发) ember build --environment production (生产) 部署 指定部署应用程序所需的条件。 进一


【文件预览】:
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)

网友评论