Packages
RingoJS package registry.
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
- ringo-websocket - Experimental support of HTML5 WebSocket protocol
Database
- ringo-sqlstore - object/relational mapper implemented in JavaScript
- ringo-hibernate - Hibernate object/relational storage implementation
- berkeleystore - 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-client - A native Ringo client for Redis
- sql-client A port of Helmas database module.
Authentication
- ringojs-authentication Includes a client for authenticating user via ActiveDirectory
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
Web Services
wraps-gdata - Convenience wrapper for the Google Spreadsheets Data API
