Skip to content
Ryan-ZA edited this page Feb 17, 2014 · 12 revisions

As discussed in the Vert.x Post 2.0 planning meeting of 16 August 2013 and 20 Aug 2013

Transcript part 1: https://groups.google.com/forum/?fromgroups=#!topic/vertx/VP47ycdSJK8 Transcript part 2: https://groups.google.com/forum/?fromgroups=#!topic/vertx/_KL-eSzD-J0

Here is a list of tasks/modules that we feel would really benefit the Vert.x ecosystem. I don't include any tasks that are in the core Vert.x project here as those have already been added as issues in Eclipse bugzilla.

Modules that I would like see as official Vert.x modules

Fully async redis

Can we promote this to an official module:

https://github.com/pmlopes/mod-redis-io

Maintainer: Paulo

Fully Async Mongo

To replace the current mongo db module

Which Mongo Driver should we use?

Maintainer: ?

AMQP module

Maintainer: ?

Async Mail module

To replace the current synchronous mailer module

SMTP, IMAP.

Maintainer: Norman Maurer

Async MySQL/Postgres

Using the async scala mysql/postgres driver

Maintainer: Norman Maurer

RxJava

This is already "official". Would really like to get a 1.0 out.

Maintainer: Peter MD

Cluster Manager Module

For remotely starting nodes, stopping nodes, running modules on nodes, etc

Maintainer: ?

Web Framework

I would love it if we had an "official" full-on web framework

Look at yoke

Maintainer: ?

NoDyn

This is the Node.js compatibility layer for Vert.x

Maintainer: Lance

MQTT

Auth module

Full-on auth module, e.g. using Apache Shiro

And doing OAuth

APNS

Apple Push Notifications service

Spring Integration

Module to integrate with Spring

HTTP proxy module

Standalone HTTP proxy

Language modules

Ruby

Maintainer: ?

JavaScript

Maintainer: Lance

Groovy

Maintainer: pid ??

Python

Maintainer: Jordan

Scala

Maintainer: Galder

Clojure

Maintainer: Toby

PHP

Maintainer: Jordan

Other Components

JCA adaptor

For interop with JavaEE app servers

Java eventbus over SockJS client

like vertxbus.js but in Java so Java programs can to talk Vert.x using eventbus over SockJS

Better end to end examples

Example using database - e.g. MySQL

Example REST web application

End to end mobile application - e.g. using phonegap/cordova