Home
Softono
mesh-vertx-example

mesh-vertx-example

Open source HTML
16
Stars
5
Forks
3
Issues
22
Watchers
7 months
Last Commit

About mesh-vertx-example

Mesh Vert.x Example demonstrates how to integrate Gentics Mesh with the Vert.x reactive application framework. This illustrative project utilizes the Gentics Mesh GraphQL API to query and locate content, which is then processed by the Vert.x web server. The application renders dynamic web pages using Handlebars templates, enabling developers to see how headless content management can power server-side rendering. To run the example, users clone the repository, import it into an IDE, download and start the Gentics Mesh demo server, and finally execute the main Server class to launch the Vert.x application on port 3000. This setup provides a practical guide for building scalable, event-driven web applications that decouple content retrieval from presentation logic, making it ideal for developers looking to implement modern, API-driven CMS architectures using Java.

Platforms

Web Self-hosted

Languages

HTML

Gentics Mesh Vert.x Example

This example shows how to use Gentics Mesh in combination with Vert.x.

The Gentics Mesh GraphQL API is being used to located the requested content. This content is used by Vert.x to render various Handlebars templates.

Getting Started

  • Clone example project
git clone [email protected]:gentics/mesh-vertx-example.git
cd mesh-vertx-example

java -jar mesh-demo-0.40.x.jar