1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-24 03:16:14 +02:00
Vishal Rana 4686b25efc Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-05 11:13:24 -08:00

447 B

title menu
JSONP
side
parent weight
recipes 6

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" >}}

Maintainers

Source Code