Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (4.1k points)

What are the benefits of developing in Node.js vs Python?

1 Answer

0 votes
by (14.4k points)

Python is a powerful programming language but not a framework. Therefore, comparing it with node.js does not make any sense. You should compare Python to JavaScript first and compare node.js with something like tornado. You should first understand that node.js is a networking framework its main goal is to asynchronously handle HTTP transactions in Python. But node.js doesn't have all powerful features of web framework like URL mapping to a specific view, template and forms management, template loader, renderer and so on. Therefore, node.js alone is not very useful.

Related questions

0 votes
1 answer
asked Sep 23, 2019 in Python by Karan Singh (4.1k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...