资 源 简 介
JSONSS stands for JSON Simple Services
Really, simple, fast and bandwidth-effective webserwice framework for in-browser clients with server-generated events and service properties. It uses no XML -- all is encoded in compact JSON strings. No need in external WSDL files -- service interface description generated by server and parsed by client automatically.
This webservice framework implements a kind of REST+JSON protocol of client-server communiction, described in wiki: JSONSSArchitecture, JSONSSProtocolDescription.
Latest
Current version is 1.0. It includes:
* PHP server implementation
* PHP client implemetation (supports cookies, e.g. PHP sessions)
* Python server implemetation (generic service and CGI server)
* Python client implemetation (supports cookies, e.g. PHP sessions)
* JavaScript client implementation (for browser scripts)
PHP client and server tested with: