luisbebop / goajax

Go Ajax is a JSON-RPC implementation designed to create AJAX powered websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Ajax

Go Ajax is a JSON-RPC implementation that is designed to work with AJAX. Go Ajax is suitable for use with JQuery and can be used to build rich AJAX web applications in Google Go.

Install

To build and install the library run the following commands:

go get github.com/luisbebop/goajax

Example

To build and run the example run the following commands:

go run example/example.go

This will start the example web service listening on port 9001. Start any browser and browse to http://localhost:9001/.

LICENSE:

The library is available under the same terms and conditions as the Go, the BSD style license, and the LGPL (Lesser GNU Public License).

AUTHORS:

  • Jeffrey Bolle

About

Go Ajax is a JSON-RPC implementation designed to create AJAX powered websites.


Languages

Language:Go 100.0%