Skip to content

Django as backend

Django is an incredibly powerful framework that we use for our application's backends:

  • It is a batteries-included framework: it comes with a lot of stuff out of the box, that you may or may not use depending on your application
  • It uses python: one of the easiest programming languages to learn for beginners
  • The official documentation is complete and powerful
  • It is scalable

But what for frontend?

At Systra (and in general in the world), the front-end development is made using JavaScript. Plenty of tools can assist us in our development. Times when you could develop only by using CSS/HTML and a little bit of 'raw' JavaScript are behind us.

At Systra, we can develop our frontend applications by using either Vue or React:

Front frameworks

Both frameworks:

  • Are reactive
  • Work with reusable components
  • Have a wide community
  • Are quite easy to take in hand

Are you more familiar with React or with Vue?

To help you decide, you can find some interesting data gathered by users (like satisfaction, appreciation, interest...) about the various frontend frameworks here.