Skip to content

andes-noh/nestJS-tcp-client

Repository files navigation

NestJs-tcp-client Project(v0.1)

Runtime

Framework

실행

  • npm install or yarn
  • package.json -> debug
"ts-node-dev --respawn --prefer-ts-exts lib/"
  • ts-node-dev(ts 파일을 미리 컴파일하지 않고 바로 실행 시키는 엔진)

빌드

  • package.json -> build
tsc --build --force
  • tsc --build(*.ts -> *.js)

기능

  • tcp 클라이언트
  • auto reconnecting

설정

  • /.env file(host, port) 수정
  • default host: localhost
  • default port: 8080

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published