DEV Community

Discussion on: How would you create a web API with streaming input and output (eg stocks monitoring system) without tools like Kafka and Spark?

Collapse
 
matthewbdaly profile image
Matthew Daly

My first choice would probably be WebSockets, but it might be worth a look at server-sent events for a possible simpler solution.