Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 5.16 KB

File metadata and controls

96 lines (71 loc) · 5.16 KB
title Quick start courses
description Index of hands-on Quick start tutorials on docs.graftcode.com by scenario and runtime.

Quick start courses

Hands-on tutorials live on docs.graftcode.com alongside this documentation. Each course has runtime-specific articles—open the link that matches your stack.

Base URL: https://docs.graftcode.com/quick-start/<course>/<runtime>

Connect frontend to backend

Call a hosted backend from a browser app.

Runtime Link
React connect-frontend-to-backend/react
Vue connect-frontend-to-backend/vue
Angular connect-frontend-to-backend/angular

Expose a backend service

Host a Receiver module with Gateway.

Runtime Link
.NET expose-backend/dotnet
JavaScript expose-backend/javascript
Python expose-backend/python
Java expose-backend/java
Kotlin expose-backend/kotlin
Groovy expose-backend/groovy

Connect microservices

One backend calls another through a generated Graft.

Runtime Link
.NET connect-microservices/dotnet
JavaScript connect-microservices/javascript
Python connect-microservices/python
Java connect-microservices/java
Kotlin connect-microservices/kotlin
Groovy connect-microservices/groovy

Use modules from any technology

Install and call a remote module through your package manager.

Runtime Link
.NET use-modules-from-any-technology/dotnet
JavaScript use-modules-from-any-technology/javascript
Java use-modules-from-any-technology/java
Kotlin use-modules-from-any-technology/kotlin
Groovy use-modules-from-any-technology/groovy

Expose MCP for AI

Expose Receiver methods for MCP clients and agents.

Runtime Link
.NET expose-mcp/dotnet
JavaScript expose-mcp/javascript
Python expose-mcp/python
Java expose-mcp/java
Kotlin expose-mcp/kotlin
Groovy expose-mcp/groovy

Switch between monolith and microservices

Change deployment topology with configuration, not rewrites.

Runtime Link
.NET switch-between-monolith-and-microservices/dotnet
JavaScript switch-between-monolith-and-microservices/javascript
Java switch-between-monolith-and-microservices/java
Kotlin switch-between-monolith-and-microservices/kotlin
Groovy switch-between-monolith-and-microservices/groovy

Gaps

Quick start does not publish dedicated PHP or Ruby articles at the time of writing. Use the closest JVM or JavaScript course for workflow patterns, then apply PHP or Ruby install and API shapes from Vision and the runtime-specific notes.

Next steps