Mendix Architecture

So, now you have an Idea on

Then you are good to go for application development using Mendix platform!

Its good to start from basic concepts – always. Just like how you have learned OOPS concepts in your College. So, we’ll start from the architecture.

Mendix uses 3 tier architecture, just like traditional web applications these 3 layers as follows;

  1. Client – Mendix client
  2. Server / Runtime -> Mendis Runtime
  3. Dababases.

Mendix Client communicates to the server (also known as Mendix Runtime) over HTTP calls, just like other web applications. The database is connected to Mendix runtime as well.

Mendix runtime uses Java as server side language, PostgresQL as default database and client uses technologies like;

  • React
  • Javascript
  • Css
  • Sass

These 3 components communicates together very efficiently and hence your Mendix app, too!

Leave a comment

Design a site like this with WordPress.com
Get started