mirror of
https://github.com/labstack/echo.git
synced 2025-01-07 23:01:56 +02:00
0176385654
Signed-off-by: Vishal Rana <vr@labstack.com>
447 B
447 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" >}}