pokoli / ButiJS

Butifarra's game on Node.js
1 stars 0 forks source link

Add Database Support #9

Open pokoli opened 12 years ago

pokoli commented 12 years ago

Store some info in the Database (NoSQL prefered):

The objects to store are:

pokoli commented 12 years ago

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 commented 12 years ago

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

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