Skip to content

Does graphql-sse work well in a serverless environment ? #54

Answered by enisdenjo
LouisAmon asked this question in Q&A
Discussion options

You must be logged in to vote

graphql-sse itself is completely server agnostic and as such can run in any JavaScript environment - including all that you have mentioned. However, I personally have no experience in this segment so I cannot give you a subjective answer.

Redis is not a transport though, Redis is an in-memory database - it cannot be used as a user-facing transport. Users subscribing to a server over internet can either use SSEs or WebSockets (or some other proprietary transport for IoTs). I reckon that he is talking about Redis as an internal pub/sub mechanism for publishing subscriptions to servers, which then publish those to users (either over SSEs or WSs).

I guess what he means by Redis being a tad mo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LouisAmon
Comment options

@enisdenjo
Comment options

Answer selected by enisdenjo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants