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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay