DEV Community

Discussion on: Which is better for a CRM? Django with PSQL or NodeJS with MongoDB?

Collapse
 
mattschwartz profile image
Matthew Schwartz

I would almost always pick Django with Postgres first but your realtime updates requirement makes NodeJS the better choice. For large scale projects I find Python + Django a much more pleasant coding experience. NodeJS, though, makes hooking up sockets to the UI for pushing updates very simple.

Collapse
 
cjsingh profile image
Charanjit Singh

There's asgi gut, if we introduce microservices, NodeJS becomes more dominant with mongodb