Menu
Libraries |
Category

pixeldrain_web

  • Purpose: Provides a web interface for pixeldrain.com , a file sharing service.
  • Key Features:
    • Reverse proxy server that forwards API requests to the production endpoint (https://pixeldrain.com/api).
    • Supports login with real pixeldrain accounts on the development server.
    • Most API endpoints are publicly available, enabling full functionality locally (except view registration on the file viewer).
  • Frontend: Primarily built with Svelte, requiring compilation before use.
  • Development:
    • Hot-reloading Svelte components during development.
    • Local server runs on http://127.0.0.1:8081 by default.
  • Note: Files viewed locally are not counted in view statistics due to server-side verification limitations.

pixeldrainserversveltesveltejsgolang

Comments