CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
400 stars 29 forks source link

can we have both server streaming and simple request/response in same module? #183

Closed CharlesOkwuagwu closed 5 years ago

CharlesOkwuagwu commented 5 years ago

When you use Raxx.Server it's very easy to setup Server Streaming, but it becomes quite a challenge doing simple request response.

Please do you have a sample server than can handle simple POST/ GET and SSE at the same time.

Implemeting this with current version of Raxx is not as straightforward as before.