Packages
RingoJS package registry.
Note that packages written for Ringo 0.7 and earlier will usually not work out of the box with Ringo >=0.8! The reason is that we simplified package loading. Packages are no longer added to the module search path, so you usually have to add a "main" property to the package.json file pointing to your package's main module.
Installing packages on RingoJS is explained in Package Management. Feel free to add missing or new packages, and add new categories if the existing ones don't fit.
Networking
- ringo-evented - evented networking library based on Netty
- ringo-cometD - CometD Bayeux for Ringo web apps
- ringo-mail - Send email using
javax.mail - ringo-xmpp - Write server-side Jabber/XMPP components
- forthwith - A shared, browser-server workspace inspired by now.js.
Database
- ringo-sqlstore - object/relational mapper implemented in JavaScript
- ringo-hibernate - Hibernate object/relational storage implementation
- berkleystore - Zero setup embedded store based on Berkeley DB
- cassandrastore - Client for the Cassandra distributed database
- mongodbstore - MongoDB storage implementation
- narwhal-mongodb - Wraps MongoDB's Java driver. Note: to work with Ringo edit
packages/mongodb/package.json; change the line that reads"jars": ["mongo-1.2.jar"]to"jars": ["jars/mongo-1.2.jar"]. - redis-ringojs-client - A native Ringo client for Redis
- sql-ringojs-client A port of Helmas database module.
- ctlr-sqlite Sqlite driver for RingoJS with API similar to ADOdb for PHP.
- deiphobus An up-to-date, easy-to-use Cassandra client.
- ringo-sqlite SQLite client with a simple, concise API.
Authentication
- ringojs-authentication Includes a client for authenticating user via ActiveDirectory
- ringo-oauth OAuth implementation for ringo webapps
Graphics
ringo-processing - Write Processing sketches in (modern) JavaScript
Parsers
- jetson - Streaming JSON parser for RingoJS
- wraps-tagsoup - Use TagSoup to parse HTML into an E4X XML object
- ringo-csv - CSV parser
Web Services
- wraps-gdata - Convenience wrapper for the Google Spreadsheets Data API
- Parr - A simple Flickr API client.
Tools
- commonize - Converts RingoJS modules to portable CommonJS code
- geoip - Lookup Location by IP (wrapper around maxmind.com geo DB java API)
- ringo-modulr - Client-side CommonJS module implementation
- ringo-cijoe - A shameless copycat of @defunkt's CIJoe
