marty-chat-example-es6:使用ES6类的marty.js的完整工作示例

时间:2024-06-12 23:35:39
【文件属性】:

文件名称:marty-chat-example-es6:使用ES6类的marty.js的完整工作示例

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-12 23:35:39

JavaScript

##我如何能? 安装所有依赖项make bootstrap 运行应用程序make start 部署make deploy ## HTTP端点 GET /rooms : GET /rooms列表 GET /rooms/:roomId :获取房间 GET /rooms/:roomId/messages :一个房间中的消息 POST /rooms/:roomId/messages :将POST /rooms/:roomId/messages发布到房间 ###服务器事件 message :消息已发送 room:created :已创建一个新房间 ###消息架构 { text: "Hello world", timestamp: "2014-09-05T21:29:01.000Z", roomId: "8a720550-a09f-11e4-b472-c7ff2cae8c5f"


【文件预览】:
marty-chat-example-es6-master
----package.json(1KB)
----app()
--------application.js(361B)
--------server()
--------index.js(686B)
--------routes.js(270B)
--------constants()
--------queries()
--------components()
--------styles()
--------stores()
--------actions()
--------router.js(262B)
--------utils()
--------sources()
----Gruntfile.js(2KB)
----.nodemonignore(47B)
----.gitignore(55B)
----Makefile(195B)
----karma.conf.js(611B)
----README.md(577B)
----.jshintrc(275B)

网友评论