GithubHelp home page GithubHelp logo

alacrity's Introduction

Alacrity: a high performance real-time ranking server

What is it for?

Its a server that provides ranking functionality for a large group of players. It is primarily designed for online games that might need to record the scores of their users and provide this in real-time to them. The various instances of the game update the server whenever a ranking changes. The rankings are then calculated and saved. When a ranking is required the server is queried and the rank of a player or a particular range is returned. It is designed for a large number of players who perform frequent actions that change their ranking and need to view the ranking in real-time.

How is it made ?

The basic server is written in node.js communicating with a redis backend.

How do I connect with it

two features are provided at present

a POST to http://localhost:8888/updatePlayerRanking

with post data containing

"playerNum=xx&rank=xx" updates the ranking while a GET from

http://localhost:8888/getPlayerRanking?playerNum=xx

returns the current ranking of the player

external dependencies

redis-node querystring

an installed redis server on the localhost

this project only got started a couple of days ago so its in its infancy and may hurt your eyes...

more info http://reillyse.posterous.com/ to contact the author: [email protected]

alacrity's People

Contributors

reillyse avatar

Stargazers

Kulpreet Singh avatar Ram Viswanadha avatar  avatar

Watchers

Kulpreet Singh avatar  avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.