flamewars:用于静态生成网站的无服务器评论引擎

时间:2021-04-07 03:27:56
【文件属性】:
文件名称:flamewars:用于静态生成网站的无服务器评论引擎
文件大小:172KB
文件格式:ZIP
更新时间:2021-04-07 03:27:56
TypeScript Flamewars是一个无服务器的注释引擎,专门用于静态生成的博客(Hugo,Jekyll)。 它旨在托管在AWS中。 无服务器架构允许按使用量付费的付款模式。 对于大多数小型博客,尤其是刚起步的小型博客,这可能比订阅更具成本效益。 大多数组件都可在AWS免费套餐上使用,这意味着对于任何合理的使用,您都不会为它们支付任何费用。 API网关 DynamoDB-免费套餐(每月最多免费释放25GB,200M个请求) Lambda-免费套餐(始终每月最多免费调用1M次) CloudFormation-免费 备择方案 :广告支持或固定的每月订阅 :订阅,或需要运行24/7的服务器 :评论者需要GitHub -未维护,安装困难 需要服务器
【文件预览】:
flamewars-develop
----client()
--------components()
--------tsconfig.json(61B)
--------context()
--------time.ts(2KB)
--------comment-count.ts(1KB)
--------index.tsx(330B)
--------style.scss(8KB)
----.gitignore(54B)
----package.json(1KB)
----server()
--------common.ts(152B)
--------user-details.ts(1KB)
--------delete-comment.ts(2KB)
--------tsconfig.json(135B)
--------edit-comment.ts(3KB)
--------get-number-of-comments.ts(2KB)
--------add-comment.ts(3KB)
--------get-comments.ts(3KB)
--------aws.ts(1003B)
----package-lock.json(572KB)
----webpack.config.js(2KB)
----schemas()
--------add-comment-response.schema.json(401B)
--------comment.schema.json(1KB)
--------authorization.schema.json(508B)
--------comment-count.schema.json(851B)
--------edit-comment-request.schema.json(519B)
--------delete-comment-request.schema.json(307B)
--------add-comment-request.schema.json(447B)
--------get-all-comments-response.schema.json(397B)
----LICENSE(1KB)
----.github()
--------workflows()
----generate-types.js(456B)
----README.md(1KB)
----index.html(554B)
----config.ts(469B)
----common()
--------util.ts(224B)

网友评论