Close

Show GN: [NodeJS] Make Express to be faster than Fastify (also NestJS)

  • fastify가 express보다 빠른 이유 중 하나인 fast-json-stringify
  • fast-json-stringify:
    • 사용자가 JSON schema 를 정의하면
    • 전용 JSON serialization 로직 생성
    • 통상적인 JSON.stringify() 함수보다 N배 빠름
  • express에서 이를 모방, typia 를 이용함…

    출처 : GeekNews – 개발/기술/스타트업 뉴스 서비스

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

© 2025 NORICOMPANY