denoland/dotland ↗
Created Apr 24, 2022 · View the denoland/dotland repository page
[Archived] deno.land website
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
542
Lines of Code
3,391
From
Oct 19, 2019
To
Apr 24, 2022
About denoland/dotland
Dotland was the source code for the deno.land website, a central hub for the Deno JavaScript runtime. The project has been archived and moved to closed-source development, with issue tracking now handled through a separate feedback repository.
The website served as a module registry and code viewer for Deno, providing semantic URLs for accessing standard library modules and third-party packages. A key technical feature was content negotiation based on HTTP Accept headers: when accessed from a browser, URLs would render as syntax-highlighted HTML pages, while direct requests from the Deno runtime would receive raw file content proxied from S3 buckets. This dual-purpose approach allowed the same URL to work both as a browsable web interface and as an importable module reference within Deno code.



