I want to tinker with Ajax and push/comet methods. Thinking I may want write a web based telnet client driven by Ajax, CSS, and other sassy ideas. Just trying a few ideas. But, I came across a stumbling block with my (personal) requirement: it needs to run on Heroku. Which means I don’t get to install something like Resin, etc. I’d really like to use this: pusher and async with Thin (because it will work well with Sinatra…)
A few Google Minutes and I came up with:
- http://www.winstonyw.com/2008/03/23/ruby-thin-server-on-windows/
- https://thin.lighthouseapp.com/projects/7212/tickets/45-thin-on-windows-errors-on-missing-gem
Seems others are having an issue, too. I don’t have the .NET tools, am behind a firewall, and really am just curious if there is a precompiled binary method, out of pure lazyness.