NodeJS samanyen loku system ekak hadanna hondada?

TNHM

Well-known member
  • Jan 3, 2017
    5,330
    15,495
    113
    Paypal using nodejs.
    So you can create a big solution that you can ever imagine with nodejs .
    But if the solution has lot of computational works. Look for another language like golang or java.


    If your system needsto handle lot of users at a time and small IO ops(High RPM). Node js is the best.

    Keep in mind Javascript is sucks and hard to maintin if your code quality is bad.
     
    Last edited:

    NJack

    Active member
  • Jun 4, 2017
    471
    144
    43
    Paypal using nodejs.
    So you can create a big solution that you can ever imagine with nodejs .
    But if the solution has lot of computational works. Look for another language like golang or java.


    If your system needsto handle lot of users at a time and small IO ops(High RPM). Node js is the best.

    Keep in mind Javascript is sucks and hard to maintin if your code quality is bad.

    You must spread some Reputation around before giving it to TNHM again.

    ;)
     

    mtmadushanka

    Well-known member
  • Apr 28, 2018
    3,699
    592
    113
    Hogwarts 🏰
    jnwXbb1.gif
     

    Software_Eng

    Well-known member
  • Dec 15, 2017
    1,194
    1,246
    113
    frontend, backend wena wenama neh gahanne. So frontend walata kohomath node use wenawa neh. Mamanm kiyanne backend rest api eka java, .net wage ekakin gahapan. prasnayak awama solution ekak hoyaganna lesi
     
    • Like
    Reactions: NJack

    RandomGuy

    Well-known member
  • Oct 15, 2014
    17,373
    16,216
    113
    Big systems are often highly distributed and contains different modules connected by messaging queues and stuff. Try to come up with a micro service architecture and then build mvp with nodejs. Later you can rewrite services in a different language if it seems necessary.

    If you decide to go with nodejs, I’d recommend considering typescript.
     
    Last edited: