Web sockets is the way to go. gRPC streaming is an...
# squarelibraries
j
Web sockets is the way to go. gRPC streaming is another choice, but it’s a big up-front investment if you’re not already using gRPC.
3
❤️ 1
c
Cool. Yeah I started looking into grpc but it seems to be more popular on the server side where you have multiple microservices between each other and it seems less common for client <> server.