Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmlopes/VertxSnippet


https://github.com/pmlopes/VertxSnippet

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# VertxSnippet

A collection of snippets for Vert.x, currently `Java` and `JavaScript` snippets are supported.

## List of snippets

| Snippet | Description | Java | JavaScript |
| ------- |:-------------------------|:-----:|:----------:|
| nv | `N`ew `V`erticle | ✔ | ✔ |
| wr | `W`eb `R`outer | ✔ | ✔ |
| wrh | `W`eb `R`outer `H`andler | ✔ | ✔ |
| chs | `C`reate `H`ttp `S`erver | ✔ | ✔ |
| pgp | `P`ost`G`reSQL `P`ool | ✔ | ✔ |
| myp | `My`SQL `P`ool | ✔ | ✔ |

*If you think new snippets would be useful, please create an [issue here](https://github.com/pmlopes/VertxSnippet/issues)!*

### Create Verticle

![nv](https://raw.githubusercontent.com/pmlopes/VertxSnippet/master/docs/nv.gif)

### Create HTTP Server

![chs](https://raw.githubusercontent.com/pmlopes/VertxSnippet/master/docs/server.gif)

### Web Route Handler

![wrh](https://raw.githubusercontent.com/pmlopes/VertxSnippet/master/docs/route.gif)