文件名称:chat-server:使用WebSockets基于AWS API Gateway的聊天服务器
文件大小:243KB
文件格式:ZIP
更新时间:2024-03-23 21:11:20
JavaScript
AWS API样板
使用node.js和无服务器框架在AWS中部署REST API的样板。
基于 。
要求
安装
使用serverless install -u https://github.com/buede/aws-api-boilerplate -n
【文件预览】:
chat-server-master
----.travis.yml(130B)
----.eslintrc(252B)
----package.json(2KB)
----test()
--------test-handler.js(4KB)
--------event-websocket-msg.json(982B)
--------event-websocket-connect.json(1KB)
--------event-websocket-disconnect.json(1KB)
--------test-handler-hello.js(2KB)
--------test-handler-status.js(913B)
--------event.json(1KB)
----.prettierrc(46B)
----LICENSE(1KB)
----package-lock.json(899KB)
----src()
--------handler()
--------model()
--------error()
----serverless.yml(3KB)
----.gitignore(2KB)
----webpack.config.js(390B)
----README.md(3KB)