본문 바로가기

This is unimportant

검색하기
This is unimportant
프로필사진 딧츠이즈

  • 분류 전체보기 (14)
    • 자기소개 (1)
    • Flutter (11)
    • Android (0)
    • Node Js (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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 31
Tags
  • 취준생?!
  • 주석 추가
  • Future
  • flutter 2.0
  • 욕 필터링
  • await
  • 책 정보
  • get과 post
  • text overflow
  • pubspec.yaml
  • delayed
  • 해석
  • async
  • 독도갈매기
  • 기본 개념
  • javascript
  • 글자 변경
  • IT특성화 학생
  • 기본코드
  • listtile
  • 인사글
  • liquid_swipe
  • 비동기
  • flutter
  • null_safety
  • 리스트 아이템
  • null-safety
  • pub.dev
  • Node js
  • 라이브러리
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록주석 추가 (1)

This is unimportant

독도갈매기와 함께 Node Js 2

오늘은 차근차근 배우기 위해서 독도갈매기 github에서 socket.io와 node.js를 이용해서 만든 채팅 앱에 주석을 달면서 이해해 보려고 합니다. 먼저 아래와 같이 기본 설정을 해줍니다. npm init npm install express npm install socket.io 파일은 총 만드는 파일은 2개로 index.html과 서버로 사용할 server.js를 만들었습니다. index.html server.js //기본 설정 const express = require('express'); const app = express(); const http = require('http').Server(app); const io = require('socket.io')(http); //index.htm..

Node Js 2021. 3. 25. 21:09
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바