본문 바로가기

반응형
SMALL

nodejs

(6)
NestJS - A progressive Node.js framework https://nestjs.com/ NestJS - A progressive Node.js framework NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Progr nestjs.com
Cannot use import statement outside a module 에러 해결 https://takeknowledge.netlify.app/bugfix/cannot-use-import-statement-outside-a-module/ Cannot use import statement outside a module 에러 해결 버그 발생 상황 기존에 index.js에 쭉 작성했던 코드를 다른 js파일로 옮겨서 module로 import 해 사용하도록 했습니다. 글로 쓰니까 뭔가 장황한데 그냥 이 지경이었던 index.js 파일을 이렇게 정리했다 takeknowledge.netlify.app "type": "module"
nestjs[NodeJs Framework] https://nestjs.com/ NestJS - A progressive Node.js framework NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Progr nestjs.com
NestJS로 배우는 백엔드 프로그래밍 https://wikidocs.net/147787 1.1 NestJS 소개 NestJS는 Node.js에 기반을 둔 웹 API 프레임워크로써 Express 또는 Fastify 프레임워크를 래핑하여 동작합니다. 기본으로 설치하면 Express를 사용합니다… wikidocs.net
Getting Started With the Node.js Connector https://mariadb.com/kb/en/getting-started-with-the-nodejs-connector/ Getting Started With the Node.js Connector Available through the Node.js repositories; install using npm. mariadb.com
[NodeJS]Node.js에서 gRPC 사용하기 https://medium.com/@yujso66/%EB%B2%88%EC%97%AD-node-js%EC%97%90%EC%84%9C-grpc-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-4521604d8852 [번역] Node.js에서 gRPC 사용하기 gRPC에 대해서 알아보고 Node.js와 TypeScript를 사용하여 gRPC 통신을 사용하는 강타입 기반의 애플리케이션 만들어보기 medium.com

반응형
LIST