guesser
Version:
a guessing game that learns
19 lines (13 loc) • 518 B
Markdown
guesser - a guessing game that learns
=====================================
This is the io.js server part of the app. The whole code including
the ArangoDB Foxx app can be found at
[github-repository](https://github.com/ArangoDB/guesser).
Installation
------------
Install [ArangoDB](http://www.arangodb.com) and in there the Foxx app
with the above github URL. Then do
npm install guesser
npm start guesser
preferably in a screen session and visit port 8000 on the machine you
are running everything on.