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

[Javascript] Add next.js

Open waghanza opened this issue 1 year ago • 2 comments

Hi @gengjiawen,

Feel free to create a PR to add next.js

Following https://github.com/the-benchmarker/website/issues/50.


The idea is to implement 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 Apr 02 '24 09:04 waghanza

can this put under api path, like this.

/api/, return a successful status code and an empty string

gengjiawen avatar Apr 02 '24 09:04 gengjiawen

no, should be / at root path

waghanza avatar Apr 02 '24 11:04 waghanza