구름IDE에 node-talk 앱 올려보기

구름IDE에 node-talk 앱 올려보기

1 접속[ | ]

2 컨테이너 생성·실행[ | ]

  • [새 컨테이너 생성]
  • 이름: node1
  • 소프트웨어 스택 선택: Node.js[1]
  • [생성하기]
  • [실행]

3 프로젝트 생성[ | ]

  • 파일 --- 새로 만들기 --- 새 프로젝트

Groomide new from scm.png

  • "새 프로젝트" --- '소스 코드 관리' 탭
  • 유형: (O) Git
  • 저장소 URL: https://github.com/jmnote/node-talk.git
  • 인증: (O) 익명 --- [Test]
  • [다음]
  • 프로젝트 이름: node-talk
  • [확인]

4 npm install[ | ]

  • 하단 터미널 탭에서...
root@goorm:/workspace/node-talk# npm install
socket.io@1.5.0 node_modules/socket.io
├── has-binary@0.1.7 (isarray@0.0.1)
├── debug@2.2.0 (ms@0.7.1)
├── socket.io-adapter@0.4.0 (socket.io-parser@2.2.2)
├── socket.io-parser@2.2.6 (isarray@0.0.1, json3@3.3.2, component-emitter@1.1.2, benchmark@1.0.0)  
├── engine.io@1.7.0 (base64id@0.1.0, ws@1.1.1, engine.io-parser@1.3.0, accepts@1.3.3)
└── socket.io-client@1.5.0 (to-array@0.1.4, indexof@0.0.1, component-emitter@1.2.0, component-bind@1.0.0, object-component@0.0.3, backo2@1.0.2, parseuri@0.0.4, engine.io-client@1.7.0)

express@3.4.8 node_modules/express
├── methods@0.1.0
├── merge-descriptors@0.0.1
├── debug@0.8.1
├── range-parser@0.0.4
├── fresh@0.2.0
├── cookie-signature@1.0.1
├── buffer-crc32@0.2.1
├── cookie@0.1.0
├── mkdirp@0.3.5
├── commander@1.3.2 (keypress@0.1.0)
├── send@0.1.4 (mime@1.2.11)
└── connect@2.12.0 (uid2@0.0.3, pause@0.0.1, bytes@0.2.1, raw-body@1.1.2, qs@0.6.6, batch@0.5.0, negotiator@0.3.0, multiparty@2.2.0)
root@goorm:/workspace/node-talk#

5 실행 시도[ | ]

  • 프로젝트 --- 실행
  • "Alert" --- [확인]

다음 파일을 찾을 수 없습니다
/workspace/node-talk/./main.js

  • "프로젝트 속성"
  • 실행 형태: (O) 서버
  • 메인 이름: server
  • [확인]

6 실행 시도 2[ | ]

  • 프로젝트 --- 실행
  • "Alert" --- [확인]

실행할 도메인 주소를 선택해주세요.

  • URL: https://jmnote_node-talk.goorm.io/
  • [등록]
  • [확인]

7 실행 성공[ | ]

8 같이 보기[ | ]

9 주석[ | ]

  1. 지원하는 기본 라이브러리
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}