Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-web
HTTP web applications for Vert.x
https://github.com/vert-x3/vertx-web
client reactive server sockjs vertx web
Last synced: 4 days ago
JSON representation
HTTP web applications for Vert.x
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-web
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-11-14T08:15:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T10:39:12.000Z (26 days ago)
- Last Synced: 2025-01-01T16:02:09.017Z (11 days ago)
- Topics: client, reactive, server, sockjs, vertx, web
- Language: Java
- Homepage:
- Size: 22.1 MB
- Stars: 1,112
- Watchers: 78
- Forks: 535
- Open Issues: 143
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-rest - Vertx-Web - Vert.x-Web is a set of building blocks for building web applications with Vert.x, a toolkit for building reactive applications on the JVM. (Servers / Java)
- vertx-awesome - Vert.x Web - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Full featured web toolkit for Vert.x. (Web Frameworks)
README
= Vert.x-Web
image:https://github.com/vert-x3/vertx-web/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-web/actions/workflows/ci-5.x.yml"]
image:https://github.com/vert-x3/vertx-web/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-web/actions/workflows/ci-4.x.yml"]
image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg["Maven Central"]
image:https://bestpractices.coreinfrastructure.org/projects/540/badge["CII Best Practices",link="https://bestpractices.coreinfrastructure.org/projects/540"]Vert.x-Web is a set of building blocks for building web applications with Vert.x. Think of it as a Swiss Army Knife for building
modern, scalable, web apps.Please see the main documentation on the web-site for a full description:
* https://vertx.io/docs/#web[Web-site documentation]
== Template engines
Template engine implementations are in the template engine sub-project.