I’ve learned Python/Django and am now learning JavaScript. I want to know what back end web framework would you reccomend that goes well with Django (i’m not interested in front end web development).
Python/Django is a back end web framework. JavaScript (JS) is a programming language for both front-end and back-end programming. The back-end of JS is typically the NodeJS environment with a web server (for example written using a library like ExpressJS). And, the front-end using a combination of HTML, CSS and the JavaScript (and other libraries like jQuery, ReactJS, etc.).
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.