Wow! That is so, so, so cool. Would you like to join the project? :)
I'll probably re-code the frontend to be a little better and snappier as well.
--
Lim Chee Aun - http://cheeaun.com/
Cool. I'm wondering how did you run all the code on a server? C++?
Wow, i totally have no idea how to run all that :D
Anyway, do you run the server on your own machine?
Because I have no idea how to. LOL.
> The reason I ended up writing a static file server into it is because
> of domain issues. The javascript didn't like accessing it from a
> different domain. I don't know much about javascript's ajax security
> model though, so if you can figure out how to make direct requests, go
> for it. You could write a simple php script which proxies the request
> for you I guess.
Ya, I'll probably write that.
> Would it be easier for you if I made it work as a CGI or FCGI process
> instead of as a standalone server?
Ya, i think so, but what are the difference?