Vert.x 3.2.0 發布,JVM 上的 Node.js 替代
Vert.x是一個用于下一代異步、可伸縮、并發應用的框架,旨在為JVM提供一個Node.js的替代方案。開發者可以通過它使用JavaScript、Ruby、Groovy、Java、甚至是混合語言來編寫應用。
Vert.x 3.2.0 發布,主要更新如下:-
vertx-lang-ceylon: the support of the Ceylon language!
-
vertx-tcp-bridge: an event bus bridge that lets any TCP-capable application to interact with vert.x applications using the event bus.
-
vertx-hawkular-metric: an implementation of the vert.x metrics for Hawkular. In addition, it lets you report your own metrics to hawkular.
-
A new stack manager to configure the vert.x distribution with the content you want.
-
vertx-shell is now an official component.
-
vertx-jgroups: an alternative implementation of the vert.x cluster manager using JGroups. This component is a technical preview.
完整更新內容請看:
https://github.com/vert-x3/wiki/wiki/3.2.0---Release-Notes
重大更新:
https://github.com/vert-x3/wiki/wiki/3.2.0-Breaking-changes
下載地址:Bintray
來自:http://www.oschina.net/news/69047/vert_x-3-0