final
This commit is contained in:
		
							
								
								
									
										9
									
								
								task1/app.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								task1/app.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| const greeting = require('./greeting'); | ||||
| const http = require('http'); | ||||
| http.createServer(function (request, response) { | ||||
|     response.end('Hello NodeJS!'); | ||||
| }).listen(3000, '127.0.0.1', function () { | ||||
|     console.log( | ||||
|         'Сервер начал прослушивание запросов на порту 3000' | ||||
|     ); | ||||
| }); | ||||
							
								
								
									
										0
									
								
								task1/greeting.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								task1/greeting.js
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user
	 kogleee
					kogleee