• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Node.js multi-users app question

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Node.js multi-users app question

    I am trying to understand whether node.js is commonly used for multi-user applications where users' account information need to be stored. What toolsets have you used for NodeJS multi-user apps ? There is one example using ExpressJS and Passport on Pluralsight.

    For example in ASP.NET and ASP.NET core straight from the app creation you pick where your users are ( azure, sql database, etc ).

    Or would you say that node.js is more suited for other purposes like REST API interface or some behind the scenes server to server API routing ...

    I'd post this on StackExchange but they'd say "Noo this question is not specific enough" the buggers.

    #2
    node.js is at a lower level than ASP.NET. For example express.js is a web application framework that helps build upon the node.js to quickly build more featured web applications.

    A package such as passport.js then helps build upon that.
    First Law of Contracting: Only the strong survive

    Comment


      #3
      Originally posted by _V_ View Post
      node.js is at a lower level than ASP.NET. For example express.js is a web application framework that helps build upon the node.js to quickly build more featured web applications.

      A package such as passport.js then helps build upon that.
      Ok good to know.

      Comment

      Working...
      X