Gollwu / LoLManager

Development of amateur application LoL Manager
Other
3 stars 0 forks source link

ORM database and Hosting #2

Closed Gollwu closed 9 years ago

Gollwu commented 9 years ago

Current plans for hosting of the application and the database :

Heroku and PostGreSQL ORM with SequelizeJS (http://sequelizejs.com/articles/heroku) Exchanges with Client with sockets and Node.js?

Please discuss :)

Gollwu commented 9 years ago

I just Created a project (LoLManager-Server) by copying an old project of mine with a database and sockets. I was wondering if we were needing two projects or if it would be better to have both in the same project

qr7hur commented 9 years ago

I vote for 1 project.

Gollwu commented 9 years ago

About the database, I'm currently using a PostgreSQL database provided by Hoerku but a collegue of mine recommended me to use a MongoDB database (also provided by Heroku). He told me that it was better because mongo was throwing JSON for results (and we are using javascript). Any thoughts on that?