github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jfd / node-fleet

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (0)
  • Branch List
Sending Request…

A FleetDB client for Node.js — Read more

  Cancel

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Changed to year 2010 
Johan Dahlberg (author)
Tue Jan 05 05:26:18 -0800 2010
commit  2678b7cb17f027f669a47e023baa1f939e822bc8
tree    317b127d1caf213c7a0b3ca46859a19fd854b8ca
parent  d59812772da7efed1f66f7c2a6eec69303859ac2
node-fleet /
name age
history
message
file LICENSE Tue Jan 05 05:26:18 -0800 2010 Changed to year 2010 [Johan Dahlberg]
file README Tue Jan 05 04:56:53 -0800 2010 Initial commit [Johan Dahlberg]
file fleetdb.js Tue Jan 05 05:26:18 -0800 2010 Changed to year 2010 [Johan Dahlberg]
README
node-fleet
==========

The ´´node-fleet´´ module provides a FleetDB (http://fleetdb.org/) client for Node.js(http://nodejs.org/).

Here is a quick example how to use the module:

  var sys = require('sys'),
      fleetdb = require('./fleetdb');

  var db = fleetdb.open('127.0.0.1');

  db.query(['ping'], function(status, data) {
    sys.puts('Status: ' + status + ' Data:' + data);
  });

  db.close();
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server
ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==