Tag: ajax

Lingr API

Posted by on 29-Jan-2007

…The Lingr API is a simple, HTTP-based REST protocol that enables anyone to interact with, extend, and mashup Lingr in whatever wacky way they want….

…Using the Ruby Lingr API toolkit , a Ruby programmer can be up and talking to our API in just a few minutes time…

Even a small Ruby Botkit is included. :)

See also:

COMET - the next stage of AJAX

Posted by on 27-Mar-2006

The new player on the Web 2.0 scene? Ajax improved the UI, Comet seems more server-side oriented. Via a persistent HTTP connections it making the communication with the server “push-based” – the server, asynchroniously pushing data to the client side, based on some events. Better than Ajax for community-driven applications.

Bad according to some ppl, it can be just an Ajax pattern – HTTP Streaming . Still pretty long and informative discussion on Digg .

New Books

Posted by on 02-Feb-2006

We have some new books :) (still PDF only)

 

Ruby way in benchmarking (apache ab replacement)

Posted by on 08-Nov-2005

Ruby Web Bench

”..I wanted to be able to build a weighted list of urls with which to test a website. RWB will become a little language in which you can write such lists, run tests, and build reports..”—Pat Eyler