NT서버

페이지 정보

profile_image
작성자물부자 조회 92회 작성일 2020-11-28 22:55:06 댓글 0

본문

NT서버입니다

많이많이들어오세여

(NT서버4)첫번째 패치노트 1.0.0 버전 밀리터리 베이스 업데이트

여러분 안녕하세요 firedatcom입니다.오늘은 NT서버 패치노트입니다,앞으로 패치노트가 올라갈것이고 노는것도 올라가고 뭐 컨텐츠 추천은 댓글에 해주시고요 피드백,영상에 추가될점,원하는것은 댓글에 꼭적어주셔야 더 낳은 영상이 나올수있습니다.악플은 삭제 되고 아무이유없는 댓글도 삭제됩니다 그럼 영상시청감사합니다^^.(한국어)
Hello, everyone. This is Firedatcom.Today is NTServer patch note, patch note will be uploaded, play will be uploaded, and content recommendation will be posted in the comments, and feedback, additional points to be added to the video, and what you want will be written in the comments so that you can see a better video.Bad comments will be deleted, and comments with no reason will be deleted. Thank you for watching the video.^^.(English)

NodeJS 1 강 - 서버 기초 원리 와 서버 만들기

안녕하세요, 이번강의에서 간단한 웹서버가 어떻게 작동하는 지, 그리고 간단한 서버를 직접 만들어 보았습니다.

소스코드
-------------------------
const http = require('http');

const server = http.createServer((request, response) = "\u0026lt;" {
console.log(request.url);
console.log(request.method);
if (request.url === '/') {
response.write('Hello');
response.end();
}
});

server.listen(3000);

도움이 되셨다면, 구독▶️ 좋아요 부탁드립니다 ^^

... 

#NT서버

댓글목록

등록된 댓글이 없습니다.

전체 16,992건 3 페이지
게시물 검색
Copyright © www.gangbuklib.seoul.kr. All rights reserved.  연락처 : help@ggemtv.com