Application Architecture
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… Read more →