# Async-GraphQL - Rust로 구현된 GraphQL 서버 라이브러리

> Clean Markdown view of GeekNews topic #2055. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2055](https://news.hada.io/topic?id=2055)
- GeekNews Markdown: [https://news.hada.io/topic/2055.md](https://news.hada.io/topic/2055.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-10T09:59:19+09:00
- Updated: 2020-05-10T09:59:19+09:00
- Original source: [github.com](https://github.com/async-graphql/async-graphql)
- Points: 4
- Comments: 1

## Topic Body

- async/await, Type-Safe, Subscription, Custom Scalar, Cursor Connections, Multipart Request

ㅤ→ GraphQL의 최신 스펙들을 대부분 지원

- Apollo Tracing/Federation 확장 지원

- Actix-Web, Warp, Tide 웹 프페임워크들과 연동

## Comments



### Comment 1761

- Author: xguru
- Created: 2020-05-10T10:00:13+09:00
- Points: 1

기존 Rust 기반 GraphQL 서버라이브러리 인 Juniper 랑 비교해서 더 많은 기능을 내장

https://github.com/graphql-rust/juniper

몇년된 Juniper와 달리 이 프로젝트는 2020.03.01에 첫 커밋해서 두달 조금 넘었는데..

엄청난 속도로 개발중.  커밋 로그 보면 하루에 몇개씩 올리고 있네요.
