Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmlopes/VertxSnippet
https://github.com/pmlopes/VertxSnippet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/VertxSnippet
- Owner: pmlopes
- License: mit
- Created: 2016-10-07T12:42:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T11:40:30.000Z (almost 5 years ago)
- Last Synced: 2024-04-10T14:50:48.254Z (7 months 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
- vertx-awesome - Vert.x for Visual Studio Code - A Visual Studio Code (polyglot) plugin for Vert.x. Also available from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=pmlopes.vertxsnippet). (Development Tools)
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)