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

vertx java framework

Open lemon07r opened this issue 7 years ago • 14 comments
trafficstars

  • Language : Java
  • Repo : https://vertx.io/ https://github.com/eclipse-vertx/vert.x
  • Author : https://github.com/eclipse-vertx

lemon07r avatar Oct 18 '18 04:10 lemon07r

I'll be :heart: to welcome an other java framework in here.

If you mind a PR, I'll review quickly

waghanza avatar Oct 18 '18 04:10 waghanza

Aha I've never worked with that framework. Im still quite new to backend and was just interested in seeing more Java frameworks

lemon07r avatar Oct 21 '18 08:10 lemon07r

Ok. Any community member will do it, then 😎

waghanza avatar Oct 21 '18 08:10 waghanza

Hopefully, If not I'll give it a try.

lemon07r avatar Oct 21 '18 21:10 lemon07r

/cc @lemon07r

waghanza avatar Sep 17 '19 12:09 waghanza

Hi @jponge,

Would you mind to add (or consent that we add) vert.x 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 Oct 02 '19 08:10 waghanza

Ping @vietj @pmlopes

jponge avatar Oct 02 '19 08:10 jponge

Currently I'm very busy with many tasks, but I can add a vertx-web implementation in the comming weeks. Just assign me some task.

pmlopes avatar Oct 02 '19 17:10 pmlopes

I can try to do it, just asking for consent :stuck_out_tongue: @pmlopes

waghanza avatar Oct 03 '19 06:10 waghanza

@waghanza then please do, and I can help review it

pmlopes avatar Oct 03 '19 07:10 pmlopes

@waghanza I will handle Vert.x but there are many environments. Do you want me to PR each env separately or I can upload couple langauges together?

zaksmok avatar Mar 09 '20 12:03 zaksmok

@waghanza it will a pleasure to review you code :heart:

what do you call environments ?

PS : I have neither java skill nor vert.x

waghanza avatar Mar 10 '20 21:03 waghanza

Vert.x is based on Java + JVM but it has bindings for multiple languages, including Java, Kotlin, JS, Python, PHP, etc. That's what I called environment cause i'm pretty sure each env got different performance.

I will be able to write test for couple of them.

zaksmok avatar Mar 10 '20 21:03 zaksmok

Thanks for precision :tada:

The idea for this project is to have directories per-language target. I mean, despite using vert.x or any other tool under the hood, when the developer need to have php skills to code, the implementation must remain in php ...

Btw, I prefer having one PR per (what you call) environment, it will facilitate the review :heart:

waghanza avatar Mar 11 '20 06:03 waghanza