Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Database Support #9

Open
pokoli opened this issue Jan 20, 2012 · 2 comments
Open

Add Database Support #9

pokoli opened this issue Jan 20, 2012 · 2 comments

Comments

@pokoli
Copy link
Owner

pokoli commented Jan 20, 2012

Store some info in the Database (NoSQL prefered):

The objects to store are:

  • Player
  • ButifarraGame (with all the history of ButiRounds and concequently ButiMoves)
  • Chat history (Not Sure).
@pokoli
Copy link
Owner Author

pokoli commented Mar 19, 2012

The database could be MongoDB because it's dessigned to work with JSON Objects and all the objects that we want to store on the database could be easly represented as JSON Objects.

There is support for node.js, we only need to install de mongodb module.

Check Mongoose to determine if it is usefull for our needs. http://mongoosejs.com/

@pokoli
Copy link
Owner Author

pokoli commented Mar 29, 2012

Created a new branch for all the work realted to Database:

https://github.com/pokoli/ButiJS/tree/database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant