web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

[Scala]: Add zio-http

Open whiplash opened this issue 4 years ago • 6 comments

whiplash avatar Mar 18 '21 09:03 whiplash

Hi @tusharmath @amitksingh1490 @mintuhouse,

Would you mind to add (or consent that we add) zio-http in here ?


This project compare performance based on 3 routes :

  • GET /, SHOULD return a successful status code and an empty string
  • GET /user/:id, SHOULD return a successful status code and the id
  • POST /user, SHOULD return a successful status code and an empty string

Regards,

waghanza avatar Mar 18 '21 17:03 waghanza

Sure @waghanza !

tusharmath avatar Mar 18 '21 20:03 tusharmath

Maybe we should close this and I'll re-open it once v1 is out

whiplash avatar Nov 29 '21 14:11 whiplash

Maybe we should close this and I'll re-open it once v1 is out

Not sure we should. There is a great risk to just forget ....

@tusharmath any update for a stable release ?

waghanza avatar Nov 29 '21 15:11 waghanza

@tusharmath any update for a stable release ?

whiplash avatar Sep 15 '22 08:09 whiplash

WIP, we are very close 🙌

tusharmath avatar Sep 15 '22 11:09 tusharmath

@whiplash zio-http is out 🎉

https://github.com/zio/zio-http/releases/tag/v0.0.1

waghanza avatar Nov 12 '22 17:11 waghanza