18P by xguru 2022-03-22 | favorite | 댓글과 토론
  • "Deno by example" : 사용법을 알려주는 주석 달린 예제 모음
  • 레퍼런스 이자 교육용으로 사용 가능
    • Hello World
    • Logging with colors
    • Importing & Exporting
    • Dependency Management
    • Importing JSON
    • Parsing and serializing JSON
    • Timeouts & Intervals
    • Input Prompts
    • Getting the Deno version
    • Process Information
    • Environment Variables
    • Command Line Arguments
    • Reading Files
    • Writing Files
    • Moving/Renaming Files
    • Temporary Files & Directories
    • Creating & Removing Directories
    • HTTP Requests
    • Generating & Validating UUIDs
    • HTTP Server: Hello World
    • HTTP Server: Routing
    • HTTP Server: Streaming