halite
halite copied to clipboard
Support persistant connections
Persisting connections can dramatically reduce request time. I'm not sure if Halite is already doing this, but it might be something to look into if not. Here is an example of a Ruby gem that does it.
This may depend on crystal-lang/crystal#6011 or rewrite HTTP connection which i was doing it #58
Rolling your own HTTP implementation is pretty awesome. Looks like crystal-lang/crystal#6011 may take a while, so that might be exactly what you need