惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
L
LangChain Blog
GbyAI
GbyAI
F
Fortinet All Blogs
腾讯CDC
Last Week in AI
Last Week in AI
A
About on SuperTechFans
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
B
Blog
D
Docker
G
Google Developers Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed

GraphQL

Graphql 太难用了,难监控性能,难客户端缓存 国内用 GraphQL 的好像不多? 做前后端分离接口开发时,用 graphql 的多吗? 关于 N+1 问题解决方案的疑问 有用过 GraphQL 的吗?可以进来说说相比 restful 的优劣吗? Hello GraphQL prisma 和 普通 orm 的区别是什么?
请教一个 graphql subscriptions 问题
Linvas · 2023-07-12 · via GraphQL

最近用 rust 写一个服务端的东西,用上了 graphql ,但是发现好像 subscriptions 无法双向通信,只能建立订阅后,只能拿数据,无法推送数据。

graphql subscriptions 是不是无法像 websocket 那样建立 ws 连接后还继续 push mutation 数据到服务器?

有没有大神交流一下 async_graphql 的使用?