# nodejs **Repository Path**: demothi/nodejs ## Basic Information - **Project Name**: nodejs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 25 - **Created**: 2014-09-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###nodejs 本地新建一个nodejs文件 代码 ``` var port = (process.env.VMC_APP_PORT || 3000); var host = (process.env.VCAP_APP_HOST || 'localhost'); var http = require('http'); http.createServer(function (req, res) { var html = '' +'
' +'