Monomi is middleware for node.js/Connect that provides tools for handling mobile (and other types of) browsers.
Monomi detects which type of browser the client is using to access the node.js server, by providing the 'detectBrowserType' middleware.
zombie.Browser and point it at a document, either by setting the location property or calling its visit function. As a shortcut, you can just call the zombie.visit function with a URL and callback.
Data.js is a data manipulation and persistence framework for Javascript. It has been extracted from Unveil.js, and is now being developed in the context of Substance, a data-driven document authoring and publishing engine. It took some inspiration from various existing libraries such as the Google Visualization API or Underscore.js. Data.js can be used in the browser and within CommonJS environments.
Data.js provides means for manipulating data. To accomplish this, it introduces some generic data formats that you can use for representing data of your particular domain.
Data.Hash —A sortable hash data-structureData.Graph — A data abstraction for all kinds of linked dataData.Collection — A simplified interface for tabular data (uses a Data.Graph internally)