본문 바로가기 메뉴 바로가기

MIN-IT

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

MIN-IT

블로그가 이동되었습니다.
신규블로그로 이동하기
검색하기 폼
  • 프로그래밍 (18)
    • Spring (9)
    • Spring Boot (0)
    • Node.js (3)
      • 웹 크롤링 (1)
    • JavaScript (1)
    • 데이터베이스 (1)
      • oracle (0)
      • mysql (1)
      • mongodb (0)
    • MEAN 스택 기초지식 (0)
      • node.js + Express.js (0)
      • MongoDB (0)
      • AngularJS (0)
      • MEAN 스택 CRUD실습 (0)
    • MEAN 스택 개발 (0)
    • 프론트개발 (0)
      • html5+css3 (0)
    • Docker(도커) (3)
  • 방명록

hello node (1)
[Node.js] 2장 - Hello node js 출력 해보기

안녕하세요. MIN-IT입니다. 이번시간은 Node.js 프로젝트를 생성하여 화면에 출력해보는 시간을 갖겠습니다. 퍼가실 때 댓글을 남겨주세요! http://min-it.tistory.com 1. Node.js 실습할 폴더를 생성합니다.node_02라는 폴더를 생성하고 hellonode.js 파일을 생성합니다. 2. 생성한 hellonode.js파일의 내용을 다음과 같이 입력합니다. var http = require('http'); http.createServer(function handler(req,res) { res.writeHead(200, {'Content-Type' : 'text/plain'}); res.end('Hello Node JS') }).listen(3000); console.log('..

Node.js 2017. 5. 9. 01:24
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 블로그이동
TAG
  • 도커설치
  • package.json
  • 도커 포트포워딩
  • myBatis
  • spring MVC
  • 도커 port forwarding
  • spring
  • 스프링 프레임워크
  • Doker 이미지
  • node.js
  • hello node
  • npm install
  • Docker란
  • 도커 네트워크설정
  • Docker
  • docker port
  • 도커 이미지
  • 도커엔진
  • 스프링
  • docker port forwarding
  • Doker 컨테이너
  • web crawling
  • 도커 명령어
  • Docker설치
  • Docker 명령어
  • docker port fa
  • spring framework
  • 도커 컨테이너
  • 도커란
  • 스프링 MVC
more
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바