Scene application is divided into three layers: client, web server, and database server. The web server provides Restful API where multiples client can make HTTP requests using the standard HTTP verbs (GET, POST, PUT, and DELETE) to update resources in the database. The web server runs on Nodejs which provides a lightweight and efficient platform for real-time data-intensive applications. MongoDB is used to store all data about users, venues, and events. As Scene grows, it will be easy to scale application because of the scalability and high performance features that Nodejs and MongoDB provide. Some data which are accessed most frequently are stored locally in SQLite database embedded within the client application to reduce HTTP calls to web server. Furthermore, JSON are used as the main format for data exchange between client and server.
Please comment with your real name using good manners.