DEV Community

Nitish Kumar
Nitish Kumar

Posted on

Django python or Express.js With Typescript backend frameworks.

Recently I started a project where I have to develope a full stack application. I am a frontend developer working with type safe languages (Rescript or Typescript) for a while (like 2years). Intially I thought of using Django for backend developement with mongodb. I tried VsCode and PyCharm both, but I did't get the developement support consistently like autocomplete features etc. Well for pycharm Django support is there for Enterpise Edition(which I dont have). Since I was learning Django as well so I did't know the available funtion that are there in Django. Then I decided to go with Express.js with typescript, which I had to learn as well. But but the type support for express, mongodb (@types/express, @types/mongoose) helps me learn faster and I have completed 50% of my backend development in 2 Days.

Top comments (0)