Hi,

On Thu, 19 Feb 2009 12:55:49 +0100, Gerard Krol
<g.c.k...@student.tudelft.nl> wrote:
> I did slightly more work on it, and was not satisfied with the end
> result. It just didn't feel right (oooh). I think we should completely
> rewrite the joining/hosting code. Also, JSON is quite OK, but a way to
> send lua objects safely would be even better. We would have one
> dependency (+one interface) less.

Lua is fine with me -- so long as it is not too hard to parse on the Python
(server) side of things. The one advantage that JSON did have was that it
was possible to write an HTTP interface for the lobby server (using JSON)
allowing for web-based clients.

Therefore a better way might be to get a Lua script for serialising Lua
objects as JSON. That way we get maximum compatibility with minimum effort.

Regards, Freddie.


_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to