http gateway, was Re: Something interesting for 4.33
Irmen de Jong <[email protected]> Wed, 28 Jan 2015 23:46:55 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
On 27-1-2015 3:48, Irmen de Jong wrote: > Something interesting coming in 4.33; > https://github.com/irmen/Pyro4/commit/126097bca8ef8c05d4ca51aaf4a7d19859f47031 > > The file is named httpgateway.py and leverages Pyro's json serializer. The http gateway is coming along nicely. The fact that Pyro already can talk json by means of a simple serializer switch, makes the work the gateway has to do actually very simple. Almost all it does is convert a http rest call to the appropriate Pyro call and return the resulting json verbatim. You can have a glimpse of it here: http://i.imgur.com/705WUoF.png or just grab the git master and toy with it yourself :) Won't be long till 4.33 I guess... Irmen ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/