pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

upgrade to vertx3 #164

Closed pmlopes closed 8 years ago

pmlopes commented 9 years ago

Goals:

Non goals:

ericlw commented 8 years ago

I'm interested in using this library with Vertx3, thoughts on the progress?

pmlopes commented 8 years ago

Hi, it has been ported but never published to maven central. I'll publish it but advice to migrate to vertx web where development happens now.

ericlw commented 8 years ago

Interesting! In that case I'll look further there, instead of with Yoke, I see you contribute to the Vertx repositories.

Are you familiar with any performance comparisons with the Vertx Web framework (compared with vertx raw, vertx + yoke, node + express, etc)

pmlopes commented 8 years ago

I don't have any specific numbers but can confirm that for benchmarks such as TechEmpower which are not representative of real world applications Vert.x core is by far faster than node + express, there is a code submitted but not run yet that shows that vertx-web is also faster.

I've no number of yoke and i'm not planning to do so for now since it requires some time to implement and as I've said I recommend to use vertx-web due to the fact that is where code is evolving and there is a huge user base. Which translates to better field tested code.