https://github.com/pmlopes/vertxsnippet
https://github.com/pmlopes/vertxsnippet
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/vertxsnippet
- Owner: pmlopes
- License: mit
- Created: 2016-10-07T12:42:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T11:40:30.000Z (over 6 years ago)
- Last Synced: 2025-05-14T01:09:37.371Z (about 1 year ago)
- Size: 3.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Create HTTP Server

### Web Route Handler
