> New Go Protocol for the web: Go JSON Protocol
> Premise: To create a common Go protocol to be used over the web

I believe the key goal is to be able to use a browser and javascript as
an alternative to what gogui is doing? So, one approach could be to take
the gogui extensions and stay as close as possible to them.

I've got php scripts that uses pipes or sockets to speak gtp and go-gui
extensions (including the async stuff like #interrupt and debug output).
And PHP has excellent support for json and ajax. So, writing an adapter
script could be easy.

If all the command names stay the same then all the script has to do is
know which commands need a list of space-separated coords converted into
a json array, etc.

Darren


-- 
Darren Cook, Software Researcher/Developer

http://dcook.org/work/ (About me and my work)
http://dcook.org/blogs.html (My blogs and articles)
_______________________________________________
Computer-go mailing list
[email protected]
http://dvandva.org/cgi-bin/mailman/listinfo/computer-go

Reply via email to