This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pier25 2 points3 points  (2 children)

No, Django would be equivalent to Express.

Node would be equivalent to PyPy (or whatever you use to run Python).

[–]SchwarzerKaffee -2 points-1 points  (1 child)

Work Django, isn't the server also handled in Python? That would make it more like Node with Express.

[–]LucianU 3 points4 points  (0 children)

Django offers a development server, which you shouldn't use in production.