タグ

xtendに関するyukungのブックマーク (1)

  • Vert.x and Xtend

    Vert.x is a framework for asynchonous, scalable, concurrent applications. It’s conceptually very similar to node.js but runs on the JVM leveraging its native support for multiple threads. Its programming model is based on a tell don't ask paradigm, that is you never wait for responses (and thereby block the current thread), but tell what to do as soon as a response is available by passing a handle

    yukung
    yukung 2012/10/26
    vert.x と xtend による https Client や http server, Json のサンプル。Java 版との比較も乗ってて差がわかりやすい。コード眺めてると段々 JS なのか Xtend なのか Groovy なのかわからんくなってきた。
  • 1