mirror of
https://github.com/labstack/echo.git
synced 2025-01-24 03:16:14 +02:00
c8d77b2675
Signed-off-by: Vishal Rana <vr@labstack.com>
452 B
452 B
title | menu | ||||||
---|---|---|---|---|---|---|---|
JSONP |
|
JSONP is a method that allows cross-domain server calls. You can read more about it at the JSON versus JSONP Tutorial.
Server
server.go
{{< embed "jsonp/server.go" >}}
Client
index.html
{{< embed "jsonp/public/index.html" >}}