serverx
Web server
A Vert.x-powered web server with simple annotation-based configuration of routes and built-in security features.
A Vert.x-powered asynchronous multithreaded web server with simple annotation-based configuration of routes
19 stars
4 watching
1 forks
Language: Java
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vert-x3/vertx-web | Provides building blocks and a template engine for creating web applications with Vert.x | 1,112 |
vert-x3/vertx-lang-js | A JavaScript implementation of a Vert.x language that allows developers to write and deploy web applications using a Java 8-based Nashorn JavaScript engine. | 36 |
vert-x3/vertx-sync | A library that allows developers to write asynchronous code in a synchronous style using lightweight threads | 97 |
spriet2000/vertx-handlers-http | Provides a minimal and adaptable interface for developing web applications on the vert-x3 platform | 11 |
vert-x3/vertx-stack | A pre-configured Maven pom repository for a comprehensive software stack | 120 |
webbit/webbit | A Java library providing an event-based WebSocket and HTTP server framework | 817 |
vert-x3/vertx-jdbc-client | Provides an asynchronous interface to access data from various databases using JDBC drivers. | 126 |
aesteve/vertx-markdown-service | Basic Vert.x service to generate HTML from markdown using the event bus. | 6 |
vert-x3/vertx-mongo-client | An asynchronous client for interacting with a MongoDB database | 60 |
lukechilds/create-test-server | Provides an Express server for testing and development purposes. | 119 |
atmosphere/atmosphere-vertx | A toolkit for building WebSocket and HTTP servers with reactive programming capabilities | 41 |
aesteve/vertx-sse | Provides an SSE handler for Vert.x Web to support Server-Sent-Events | 47 |
vert-x3/vertx-service-discovery | Provides tools and bridges for discovering and registering services in microservices architectures | 115 |
vert-x3/vertx-shell | A command-line interface and scripting language for interacting with the Vert.x framework | 38 |
vert-x3/vertx-mail-client | An asynchronous SMTP client for sending emails asynchronously using the Vert.x framework | 36 |