欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Vert.x
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
小 (→项目) |
||
第30行: | 第30行: | ||
*[https://github.com/vert-x3/vertx-examples/tree/master/web-examples Vert.x-Web examples] | *[https://github.com/vert-x3/vertx-examples/tree/master/web-examples Vert.x-Web examples] | ||
*[https://github.com/sczyh30/vertx-blueprint-microservice Vert.x Microservice Blueprint] | *[https://github.com/sczyh30/vertx-blueprint-microservice Vert.x Microservice Blueprint] | ||
− | *[ | + | *[[Quarkus]] |
==图集== | ==图集== |
2021年7月29日 (四) 03:08的版本
您可以在Wikipedia上了解到此条目的英文信息 Vert.x Thanks, Wikipedia. |
Vert.x是一个用于下一代异步、可伸缩、并发应用的框架,旨在为JVM提供一个Node.js的替代方案。开发者可以通过它使用JavaScript、Ruby、Groovy、Java、甚至是混合语言来编写应用。采取 Apache v2 许可协议。
目录 |
简介
vert.x本身没有提供actor model的严格实现,但也很相似。相比Akka,更加易用。
版本
功能
组成
Vert.x使用了以下开源项目:
- Netty for much of its network IO
- JRuby for its Ruby engine
- Groovy
- Rhino for its JavaScript engine
- Jython for its Python engine
- Hazelcast for group management of cluster members
语言支持
- Vert.x for Scala
- Kotlin lang for Vert.x 3
- Nashorn JavaScript implementation for Vert.x
- TypeScript support for Vert.x 3
项目
图集
链接
分享您的观点