Vert.x 3.1.0 发布,JVM 上的 Node.js 替代

jopen 8年前

Vert.x是一个用于下一代异步、可伸缩、并发应用的框架,旨在为JVM提供一个Node.js的替代方案。开发者可以通过它使用JavaScript、Ruby、Groovy、Java、甚至是混合语言来编写应用。

Vert.x 3.1.0 发布,主要更新内容如下:

  • Vertx-sync is a set of utilities that allow you to perform asynchronous operations and receive events in a synchronous way, but without blocking kernel threads.

  • Vertx-stomp is an implementation of a STOMP server and client. You can use the STOMP server with other clients and use the STOMP client with other servers. The server and the client supports the version 1.0, 1.1 and 1.2 of the STOMP protocol. The STOMP server can also be used as a bridge with the vert.x event bus.

  • Vertx-shell is a command line interface for the Vert.x runtime available from regular terminals using different protocols.

  • Re-implementation of the Starter class and related functionality. And now redeploy is back!

完整更新内容请看:

https://github.com/vert-x3/wiki/wiki/3.1-Release-Notes

重大变化:

https://github.com/vert-x3/wiki/wiki/3.1.0---Breaking-changes

下载地址:Download

来自:http://www.oschina.net/news/66883/vert_x-3-0