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

Introduce lift

Open waghanza opened this issue 5 years ago • 2 comments

  • Language : scala
  • Repo : https://github.com/lift/framework
  • Author : @indrajitr

waghanza avatar May 31 '19 06:05 waghanza

Hi @farmdawgnation,

Would you mind to add (or consent that we add) lift 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 Sep 16 '19 11:09 waghanza

Fine by me!

farmdawgnation avatar Sep 16 '19 11:09 farmdawgnation