OWGS - Open Web Go Server
Posted: Tue May 18, 2010 10:03 pm
Hi, I'm in the process of building a new open source (GPL) go server; OWGS, the "Open Web Go Server".
It's still in the early stages, but already allows one to register, log in, review games, play games against others online or against GTP bots, view archived games, collaboratively review games (to some extent), download game records, and chat.
It's all still quite ugly and preliminary but I thought posting here might bring in more interest and perhaps some developers. Right now, it's 100% written by myself. The codebase is Python/Django/MySQL on the server side, and Javascript/Eidogo on the client side. I use no browser plugins or proprietary nonsense, I'm going all HTML/JS/CSS for the front end. The backend server speaks a simple JSON-based network protocol, allowing creation of non-web-based front ends as well.
I just got the GTP bot stuff working last week, and now my interest is turning towards designing a really nice jQuery-based interface (the present interface is extremely minimal).
http://owgs.org
http://github.com/Tecuya/owgs
http://senseis.xmp.net/?OWGS
Please send me a message if you want to contribute, offer suggestions or criticism, send bug reports, etc.
It's still in the early stages, but already allows one to register, log in, review games, play games against others online or against GTP bots, view archived games, collaboratively review games (to some extent), download game records, and chat.
It's all still quite ugly and preliminary but I thought posting here might bring in more interest and perhaps some developers. Right now, it's 100% written by myself. The codebase is Python/Django/MySQL on the server side, and Javascript/Eidogo on the client side. I use no browser plugins or proprietary nonsense, I'm going all HTML/JS/CSS for the front end. The backend server speaks a simple JSON-based network protocol, allowing creation of non-web-based front ends as well.
I just got the GTP bot stuff working last week, and now my interest is turning towards designing a really nice jQuery-based interface (the present interface is extremely minimal).
http://owgs.org
http://github.com/Tecuya/owgs
http://senseis.xmp.net/?OWGS
Please send me a message if you want to contribute, offer suggestions or criticism, send bug reports, etc.