Needs advice
on
AngularJSAngularJSDjangoDjango
and
ExpressJSExpressJS

Hi, I am a university undergraduate student. I created a CRM system with Django, I created simple forum sites with angular. Not being able to use websocket in Django bothered me a lot, so I'm considering switching to a framework that uses the npm library. Which path do you think I should follow, Django, AngularJS or ExpressJS?

READ LESS
9 upvotes·19K views
Replies (1)
Lead UI Software Engineer at Milrem Robotics·

Hi, There is no need to think of a tech stack before you actually start making something. Every app could have a very different stack and you don't need to stick to the same one all the time. If you already know what you want to be building and you definitely want to use WebSockets, I would suggest going with Express.Js + Socket.io You already know a thing or two about Angluar, use it for frontend. You also have some experience with Django, which means you might know a bit about ORMs, try using TypeORM for that.

READ MORE
5 upvotes·6.2K views
Avatar of codekedy