Wakanda Server is made up of several parts: There is a datastore housing all your application data and models. It's run by a fast NoSQL Object engine (WakandaDB), which uses the classes you’ve defined and the JavaScript you’ve written for the application’s business logic. While all of this is happening, interactions with the outside world (i.e. your front-end) go on via Wakanda’s HTTP server. It does all of its work quietly out of the way, with a browser-based interface that allows you to administer it from anywhere.