chat-server:使用WebSockets基于AWS API Gateway的聊天服务器

时间:2024-03-23 21:11:20
【文件属性】:

文件名称: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 创建项目serverless install -u https://github.com/buede/aws-api-boilerplate -n 使用cd 打开项目的新创建目录 使用npm i安装依赖项 添加端点 创建一个新的处理程序文件(如handler-user.js ) 从模块handler.js导入功能processRequest 使用以下格式创建资源映射对象: const RESOURCE_MAP = { '/<URL pat


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

网友评论