mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 19:42:09 +08:00
22 lines
611 B
Markdown
22 lines
611 B
Markdown
# Gin Service Example
|
|
|
|
This example demonstrates how to use the [Gin web framework](https://github.com/gin-gonic/gin) in a Wails Service.
|
|
|
|
## Overview
|
|
|
|
This example shows how to:
|
|
|
|
- Set up Gin as the asset handler for a Wails application
|
|
- Create a middleware that routes requests between Wails and Gin
|
|
- Define API endpoints with Gin
|
|
- Communicate between the Gin-served frontend and Wails backend
|
|
- Implement custom Gin middleware
|
|
|
|
## Running the Example
|
|
|
|
|
|
## Documentation
|
|
|
|
Please consult the [Using Gin for Routing](https://v3.wails.io/guides/gin-routing/) guide for a detailed explanation of the example.
|
|
|