yb ccc8c7e4d7 feat: update TG Live Game documentation and workspace configuration 3 тижнів тому
..
CLAUDE.md ccc8c7e4d7 feat: update TG Live Game documentation and workspace configuration 3 тижнів тому
README.md 545cc29651 feat: add TG Live Game project structure and documentation 3 тижнів тому
_project.md b248b218f6 update code 3 тижнів тому
architecture.canvas 545cc29651 feat: add TG Live Game project structure and documentation 3 тижнів тому
auth-system.canvas 545cc29651 feat: add TG Live Game project structure and documentation 3 тижнів тому
d1-database.canvas 545cc29651 feat: add TG Live Game project structure and documentation 3 тижнів тому
workflow.md 545cc29651 feat: add TG Live Game project structure and documentation 3 тижнів тому

README.md

tg-live-game-hono

此目录仅包含项目规划和架构文档,代码实现位于: /Users/yibu/dev_workspace/frontend/tg-live-game/tg-live-game-hono/

项目概述

TG Live Game 后端 API 服务,基于 Hono + Cloudflare Workers 构建。

文档

  • architecture.canvas - 项目架构图 (Obsidian Canvas 格式)

功能模块

模块 描述 状态
视频管理 CRUD、导入、上传 ✅ 已实现
直播管理 CRUD、播放信息 ✅ 已实现
Cloudflare API Stream API 封装 ✅ 已实现

技术栈

  • 框架: Hono v4
  • 运行时: Cloudflare Workers
  • 语言: TypeScript
  • API: Cloudflare Stream API

开发命令

# 进入代码目录
cd /Users/yibu/dev_workspace/frontend/tg-live-game/tg-live-game-hono

# 安装依赖
npm install

# 本地开发
npm run dev

# 部署到 Cloudflare
npm run deploy