Human Learning

  • 홈
  • 태그
  • 방명록

Computer Science/NodeJS 1

Node JS로 Ping - Pong 구현하기

목표 : 사용자가 Ping이라는 data를 보내면 서버에서 pong이라는 respond를 보내기 const express = require('express') const app = express() const port = 3000 const bodyParser=require('body-parser') app.use(bodyParser.json()) app.use(bodyParser.urlencoded({extended:true})) app.post('/',function(req,res){ const {data} = req.body if(data==='ping'){ console.log(req.body) res.status(200).send('pong') return } console.log(req.bod..

Computer Science/NodeJS 2020.10.31
이전
1
다음
더보기
프로필사진

제가 공부한 내용들, 공유하고 싶은 내용들을 올립니다. 주로 인공지능, 수학과 관련된 내용을 공유합니다.

  • 분류 전체보기 (55)
    • 전공공부 (0)
      • 컴퓨터구조 (0)
      • 오토마타와 형식언어 (0)
      • 프로그래밍언어론 (0)
    • Computer Science (29)
      • Git (8)
      • Low Level (2)
      • Algorithm (0)
      • Data Structure (2)
      • Java (15)
      • MATLAB (1)
      • C++ (0)
      • NodeJS (1)
    • 프로그래밍 (8)
      • 삽질 (5)
      • 백준 (3)
    • 머신러닝 (3)
      • Adversarial-ML (1)
      • Graph Neural Networks (1)
      • Deep Learning (1)
    • 대외활동 (5)
      • 봉사활동 (1)
      • 장학금 (3)
      • 공모전 (0)
    • 학교생활 (3)
      • 일기 (0)
      • 과제 (0)
      • 학부연구생 (0)
      • 대학원 (3)
    • 진로고민 (0)
      • 대학원 (0)
    • 프로젝트 (0)
      • JAVA 리듬게임 (0)
      • 외주 (0)
    • IT리뷰 (1)
    • TIP (1)
    • 독서 (1)
    • Math (0)
      • Mathematical Statistics (0)

Tag

module not found error, Adversarial Robustness란, Graph Diffusion, AI 대학원, AI 대학원 후기, 포스텍 AI대학원, min-max optimization, Adversarial Robustness, ICLR Virtual Pass, 설치했는데 module not found error, Diffusion on Graph, 포스텍 필기시험, AI대학원 면접, Adversarial Robustness Tutorial, ICLR 등록, 학회 등록하기, 카이스트 면접, convex optimization, 이미 생성된 git repository, 카이스트 AI대학원,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바