Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

ASGI app implementation

未关闭
#47 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
30/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
停滞
技术栈
django, graphql, python
领域
api, backend

调研方向

首先阅读 issue 中链接的 ASGI 3.0 规范,然后比较 Django Channels 和 Starlette 采用的集成方式。明确符合 ASGI 的 GraphQL WebSocket 应用必须提供什么,以及如何验证与这些框架的兼容性;issue 未指定实现文件或测试。

由索引模型根据 Issue 内容生成。

描述

Description

Django channels implements the ASGI spec. Many other frameworks also implement that spec, and any ASGI-compliant "app" can be mounted as part of another ASGI app(though usually framework-specific integrations are created to better exploit framework-specific features).

Recent versions of django channels and Starlette implements ASGI 3.0.

An ASGI implementation should enable integration with django-channels, starlette(and starlette-based frameworks) and any other asgi-based frameworks.

主要语言
Python
星标
270
派生
85
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

graphql-python/graphql-ws 的其他 Issue

查看 graphql-python/graphql-ws 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。