panupongv / vertx-mongo-todo

Playing around with Vert.x + MongoDb client
0 stars 0 forks source link

Web Verticle #2

Open panupongv opened 2 years ago

panupongv commented 2 years ago

WebVerticle starts an HTTP server, setups router/endpoints, and passes requests to MongoClientVerticle via the event bus

panupongv commented 2 years ago

Also santises input before passing to MongoClient