mesh-vertx-example icon indicating copy to clipboard operation
mesh-vertx-example copied to clipboard

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
  • Import the project into your IDE

  • Downlad Gentics Mesh from https://getmesh.io/Download and start it

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

  • Start the Vert.x web server by running Server.java Access http://localhost:3000 in your browser