• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

web server

  1. S

    JavaScript based Web Server

    NodeJS - Brings the JavaScript language to your OS, as a scripting language. Link to nodejs: NodeJS homepage Running a JavaScript file is similar to the way python does it. In command shell: node file.js Or in Linux: ./node file.js Code: // content of index.js const http = require('http')...
Back
Top