DEV Community

JOHN NOOB
JOHN NOOB

Posted on • Updated on

WANT TO MAKE E-COMMERCE WEBSITE LIKE AMAZON

I WANT MAKE WEBSITE FOR MY E-COMMERCE BUS LIKE AMAZON WHICH ONE PROGRAMMING LANGUAGE DO YOU RECOMENDED JAVA,PYTHON,NODEJS, OR SOMETHING ELSE.

Top comments (4)

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

Collapse
 
davidbiller profile image
David Biller

Check the aws Tools. Aws amplify js.

Collapse
 
johnnoob14 profile image
JOHN NOOB

is this tool or pro lang?

Collapse
 
davidbiller profile image
David Biller

Both :)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.