Skip to content

omork/node-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Leaderboards backed by Redis for node.js, http:https://redis.io.

Builds off ideas proposed in http:https://blog.agoragames.com/2011/01/01/creating-high-score-tables-leaderboards-using-redis/.

See https://github.com/agoragames/leaderboard/ for detailed usage information

See http:https://nodejs.org/ for more information about node.js.

For other platforms see:

Example

See examples.js for more.

  var lbm = require("./leaderboard.js");
  var sys = require('sys');
  
  // instantiate a leaderboard
  leaderboard = lbm.Leaderboard('wins');
  
  // don't do anything until we've successfully connected
  leaderboard.on_connect(function () {
    leaderboard.total_members(function(err, reply) { sys.puts("total members: " + reply) })
  }

Dependencies

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages