Ring

Ring 1.4.0 updated

Ring is to Clojure as Rack is to Ruby and WSGI is to Python. It breaks down HTTP requests/responses and gives the control over back to developers. This way they can build apps that have custom behavior for various network-based events, binding actions and...

getSize

getSize 2.0.2 updated

getSize can be used to detect the height and width of a DOM element. Unlike other similar DOM size sniffers, getSize can also distinguish between inner dimensions, border boxes, paddings, and margins, reporting on each value individually. The library...