Hello,
I am learning informatic languages (HTML, PHP, Java, SQL).
I would be interested in how globally BBO works.
Is it based on SQL database query or another "engine" is used?
Thank you.
Page 1 of 1
How BBO works?
#2
Posted 2020-April-29, 18:09
BBO uses many technologies.
The main server is a large C application running on LInux. The server for the anonymous games is a node.js application running on Heroku nodes.
Most of our permanent data is stored in SQL databases.
The client application is HTML and JavaScript.
Most of our web tools are written in PHP.
We have many shell scripts running on the servers.
The main server is a large C application running on LInux. The server for the anonymous games is a node.js application running on Heroku nodes.
Most of our permanent data is stored in SQL databases.
The client application is HTML and JavaScript.
Most of our web tools are written in PHP.
We have many shell scripts running on the servers.
Page 1 of 1

Help