-
@passle_ @n_moore I feel like there aren't many libraries that do SSR because Websockets are so much more popular. FWIW, it's pretty trivial to implement on the server. Just set a content type and prefix each response chunk with the relevant label. .NET example: github.com/dgp1130/OotStateExtractor/blob/main/OotStateExtractorService/Controllers/SaveContextController.cs#L42