📄️ Starting a new Project
Start a new Telestion Project with the Telestion Project template
📄️ Writing a Verticle
Verticles are the backend's core of every Telestion Project. Learn how to write a basic Verticle.
📄️ Using JsonMessage for event bus messages
Learn how to use Telestion's JsonMessage APIs to get type safety in your event bus messages.
📄️ Adding configuration options
Verticles work best when you can adjust their parameters and re-use them. Learn how to make your Verticles configurable.
📄️ Using traits in Verticles
Enrich your coding experience in Verticles by using Verticle traits.
📄️ Deploying your project
Deploy a new version of your Telestion Project