DEV Community

Discussion on: WANT TO MAKE E-COMMERCE WEBSITE LIKE AMAZON

Collapse
 
cmuralisree profile image
Chittoji Murali Sree Krishna

I know about two languages in these 1) node.js 2) python

node.js

Pros

  1. Very active and huge community
  2. More libraries available worldwide
  3. Easier system to follow with less complicated features
  4. Developers have an open hand to execute commands

    Cons

  5. Non-synchronous programming makes it difficult for the programmers

  6. Doesn’t work great with intensive applications, owing to the single thread system

  7. Less cost-effective, as it takes more time to develop applications

  8. Less secure and has security flaws

  9. Low performance

  10. Less development speed

    python (Django)

    Pros

  11. Comparatively easy to learn

  12. Offers high security, due to the built-in security system

  13. Speedy web and app developments

  14. Better performance level with in-built templates

    Cons

  15. Allows building only single-tiered applications

  16. Doesn’t work well with small apps

  17. Requires more understanding of

these were upto my knowledge, As usual I might be wrong