Skip to content

Build a static file server  #23

Description

@doichev-kostia
  • use either only node.js runtime or web-standards-based framework like Hono
  • URL, URLSearchParams, Headers web apis. node.js querystring api
  • explain the path traversal attacks
  • HTTP methods, paths, wildcards, headers, mime type
  • Streams and resumable download
  • No need to accept the form data + verify the data integrity via checksums
  • how to gzip and cache
  • validation and sanitization when accepting the content from a client (show how an attack can be made)
  • rate limiting
  • live editing via websockets
  • tls/ssl
  • auth and permissions
  • ci/cd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions