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;
- Client – Mendix client
- Server / Runtime -> Mendis Runtime
- 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