Jayrock

From HandWiki
Revision as of 17:51, 7 March 2021 by imported>CodeMe (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Jayrock is an open source (LGPL) implementation of JSON and JSON-RPC for Microsoft .NET Framework, including ASP.NET. Jayrock allows clients such as client-side web page JavaScript, to be able to call into server-side methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol. The methods can be called synchronously or asynchronously.

External links