vertx-web
There are 171 repositories under vertx-web topic.
MartinDai/weChatRobot
一个基于微信公众号的智能聊天机器人项目,支持根据关键字或者调用OpenAI、通义千问等大语言模型服务回复内容
silentbalanceyh/vertx-zero
🏆 Zero后端重置框架:http://www.zerows.io(新)
aesteve/vertx-feeds
Feed aggregator using Vert.x 3 (showcase)
aesteve/nubes
Annotation layer on top of Vert.x 3
yale8848/Summer
Vertx router with JAX-RS
piomin/sample-vertx-microservices
Two applications in different branches illustrates how to create asynchronous microservices with Vert.x, Consul and MongoDB, and how to secure them with Vert.x OAuth2 module and Keycloak
aesteve/vertx-sse
Add support for Server-Sent-Events in Vert.x Web
dreamlike-ocean/UnsafeJava
提供无需添加额外启动参数就可以使用JDK带来的各种内部api的解决方案 兼jvmci探索
mcollovati/vertx-vaadin
Run Vaadin UI on Vert.x
downgoon/autorest4db
automatically generate a RESTful API of your database (sqlite3 or mysql) **in runtime**.
hantsy/vertx-sandbox
Eclipse Vertx playground
BillyYccc/vertx-postgresql-starter
Starting a monolithic CRUD RESTful Web Service with Vert.x stack and postgreSQL
Jotschi/vertx-graphql-example
Vert.x Server which exposes a GraphQL API
outofcoffee/vertx-oas
Generates a Swagger/OpenAPI specification from a Vert.x Web Router.
romanpierson/vertx-web-accesslog
An access log implementation to be used in vert web routes - inspired by apache / tomcat access log configuration
hakdogan/IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
opentracing-contrib/java-vertx-web
OpenTracing instrumentation for Vert.x web package
darkredz/zeko-restapi-framework
Asynchronous web framework for Kotlin. Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation
GZYangKui/vertx-mall
Quickly build high performance mall
kislayverma/throo
A Vert.x/Spring based HTTP reverse-proxy
dushitaoyuan/vertx-web-springmvc
spring mvc 风格开发 vertx,vertx-web
aesteve/grooveex
Extension module for vertx-groovy adding methods and syntaxic sugar
ckaratzas/tus-server-implementation
A java implementation of https://tus.io/protocols/resumable-upload.html protocol with vertx-web.
nintha/veladder
A ladder for helping springer use vertx web,支持SpringMVC的注解来构建Vertx Web服务
tahniat-ashraf/vertx-async-to-sync
Consume an async api (with callback) from sync endpoint using vert.x
armdev/reactive-web
vert.x spring integration
ckaratzas/vertx-openapi-spec-generator
Runtime Generation of OpenApi 3 specification from vertx routes.
infinispan-demos/vertx-api
Example that creates a REST, PUSH API and a Clustered Application with Vert.x and Infinispan
yyunikov/vertx-gradle-starter
Java 8 starter application with example of using Vert.X framework, Gradle build system, profiles configuration and SLF4J
bobxwang/vertx-swagger
using swagger in vert.x-web, using spring as ioc, like spring-boot, has a SwaggerApp class
maystreamer/vertx-boot
Annotation based library to fast-develop vertx web applications
onemsg/awesome-project
大学期间做的各样项目,有Java/Python/JavaScript/Vert.X/SpringBoot
RabbitNoTeeth/vertx-auth-simple
适用于resuful api的vertx-web动态权限认证框架 (a dynamic auth handler for vertx web which based on vertx-auth-common)
phillip-kruger/openapi-example
Basic example to show how to use OpenAPI for JAX-RS, Spring-web and Vert.x Routes on Quarkus
relvaner/vertx-web-proxy
A proxy implementation for Vert.x ported from Smiley's HTTP-Proxy-Servlet