Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. K

    Node.JS Calculate something locally and show the results on server (newbe question)

    Nope, and there's no use in further asking, because you will only get insulted and shouted at. :( That's why I have to ask here. What he want is some sort of server where it's calculated and results to be shown in a browser. res.writeHead(200, { 'Content-Type': 'text/html' })...
  2. K

    Node.JS Calculate something locally and show the results on server (newbe question)

    Here is my code, which is not what the professor wants :( It's missing the "on the server with Node.js the result" part. Sorry for bad english. It's the exact term I'm given. Please help <div class="MainDiv" style = "width: 500px; margin: 200 auto;"> <div class="container">...
  3. K

    Node.JS Calculate something locally and show the results on server (newbe question)

    Hello, can somebody please help me. I'm new to nodejs. I have to do the following task (without any further explonation); "Please implement the HTML form and calculate with JavaScript (locally in the browser) and on the server with Node.js the result" It's a currency excahnge app. I can build...
Back
Top Bottom