Post
Topic
Board Gambling
Re: In which language top gambling sites are coded ?
by
m19
on 27/09/2014, 11:25:17 UTC
We use mySQL & mongo for db (satoshibet)

Is not MongoDB a NoSQL database ? Can it go hand in hand with a RDBMS like MySQL ?

It could be they use MongoDB for session storage. Although I personally prefer Redis for that.

Using a good ORM you can query both MySQL and MongoDB with the same syntax. For example Waterline ORM can do this.