graphql

2021-01-13T00:17:07.137Z

to some degree graphql provides basically rpcs for creating subscriptions, but doesn't really care about the mechanism those subscriptions are provided over

gklijs 2021-01-13T09:49:51.139600Z

I think AWS gateway supports GraphQL subscription based on AWS lambda. Never used it myself. I did the Websocket implementation for Micronaut. Would be possible to do something using RSocket or gRPC. Problem is, like with websockets, lack of a standard, so you need a custom server and a custom client.

gklijs 2021-01-13T15:33:46.140300Z

There as some community efforts towards speccing those, but it goes slow..