|
|
What is it
SoTinyRPC is made to be as minimal as possible RPC implementation for HTTP based servers and clients. It also tries to solve all of headaches that some other RPCs were giving me.
Samples
- NumbersStringsArraysExample (try it interactively online) - you can see how easy it is to debug STRPC server with your browser.
- MultiplayerGameIntroducerExample (made for discussion of indiegamer forums)
- AjaxMooToolsExample (Your can simply call STRPC over Ajax too - without any lib)
News
- 12.4.2008:
- Strpc can now be called from AS3 and Flex as I have ported Htmlize to it
- I am also creating a Factor version of Htmlize
- STRPC will have Htmlize as a must have serialisation, but will otherwise allow any type of serialisation (for example JSON, PHPs, AMF (Flash,Flex), Python's..)
- I will try to commit code and add some new examples relatively soon
- New example was added ( AjaxMooToolsExample )
- New example was added ( MultiplayerGameIntroducerExample )
- Haxe version of Htmlize is made so you can now make STRPC calls from it (flash, js, neko)
- new version Htmlize is and will be used for serialisation
- we have Htmlize made in haxe now so you can make client calls from haxe easily (it's in the cvs).
