Difference between revisions of "Vert.x"

From air
Jump to navigation Jump to search
Line 5: Line 5:
 
* asynchrone
 
* asynchrone
 
* bus distribué d'événements (utilisation en multi-coeur)
 
* bus distribué d'événements (utilisation en multi-coeur)
* polyglotte : JavaScript, CoffeeScript, Ruby, Python, Groovy, Java
+
* polyglotte : [[Javascript]], [[Coffeescript]], Ruby, [[Python]], Groovy, Java
 
* mix and match several programming languages in a single app
 
* mix and match several programming languages in a single app
   
 
Liens:
 
Liens:
* http://www.cubrid.org/blog/dev-platform/inside-vertx-comparison-with-nodejs
+
* Comparison with [[Node.js]] : http://www.cubrid.org/blog/dev-platform/inside-vertx-comparison-with-nodejs
 
* https://github.com/glyn/vert.x.osgi#readme
 
* https://github.com/glyn/vert.x.osgi#readme
 
* http://underlap.blogspot.fr/2012/06/osgi-case-study-modular-vertx.html
 
* http://underlap.blogspot.fr/2012/06/osgi-case-study-modular-vertx.html

Revision as of 10:06, 30 April 2013

http://vertx.io/

framework serveur

  • asynchrone
  • bus distribué d'événements (utilisation en multi-coeur)
  • polyglotte : Javascript, Coffeescript, Ruby, Python, Groovy, Java
  • mix and match several programming languages in a single app

Liens: