All Projects → denoland → dotland

denoland / dotland

Licence: MIT license
deno.land website

Programming Languages

typescript
32286 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to dotland

Aleph.js
The Full-stack Framework in Deno.
Stars: ✭ 3,448 (+264.1%)
Mutual labels:  deno
media types
Deprecated. Use std/media_types instead.
Stars: ✭ 21 (-97.78%)
Mutual labels:  deno
land
Run Deno X module without installation.
Stars: ✭ 39 (-95.88%)
Mutual labels:  deno
Deno
A modern runtime for JavaScript and TypeScript.
Stars: ✭ 79,289 (+8272.65%)
Mutual labels:  deno
core
Server side rendering with The Elm Architecture in Deno
Stars: ✭ 16 (-98.31%)
Mutual labels:  deno
discord-emoji
[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Stars: ✭ 37 (-96.09%)
Mutual labels:  deno
I18next
i18next: learn once - translate everywhere
Stars: ✭ 5,971 (+530.52%)
Mutual labels:  deno
Fae
A functional module for Deno inspired from Ramda.
Stars: ✭ 44 (-95.35%)
Mutual labels:  deno
astrodon
Make Desktop apps with Deno 🦕
Stars: ✭ 826 (-12.78%)
Mutual labels:  deno
deno sticker
🦕 The data I used for submitting for printing deno_sticker.
Stars: ✭ 50 (-94.72%)
Mutual labels:  deno
ptera
Ptera is DateTime library for Deno
Stars: ✭ 62 (-93.45%)
Mutual labels:  deno
dmm
Lightweight Deno Module Manager
Stars: ✭ 59 (-93.77%)
Mutual labels:  deno
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (-90.07%)
Mutual labels:  deno
Zip.js
JavaScript library to zip and unzip files in the browser and Deno
Stars: ✭ 2,444 (+158.08%)
Mutual labels:  deno
Thread
type safe multi-threading made easier
Stars: ✭ 34 (-96.41%)
Mutual labels:  deno
Fe News
FE 기술 소식 큐레이션 뉴스레터
Stars: ✭ 2,249 (+137.49%)
Mutual labels:  deno
i18next-fs-backend
i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Stars: ✭ 67 (-92.93%)
Mutual labels:  deno
azure-functions-deno-worker
Run Deno 🦕 on Azure Functions ⚡️
Stars: ✭ 99 (-89.55%)
Mutual labels:  deno
oembed-parser
Extract oEmbed data from given webpage
Stars: ✭ 65 (-93.14%)
Mutual labels:  deno
awesome-oak
A list of community projects for oak
Stars: ✭ 63 (-93.35%)
Mutual labels:  deno

dotland

Build Status

This is the code for https://deno.land/

We want to provide pretty and semantic URLs for modules that will be used within Deno. For example: https://deno.land/std/http/server.ts

When we request this file inside of Deno, we need to receive back the raw content of the file. However, when we visit that URL in the browser we want to see a pretty HTML file with syntax highlighting.

To accomplish this, we look at the "Accept:" HTTP header to see if the client wants HTML or not. If it does want HTML, we simply render the html, else we proxy the file contents from S3 buckets.

For questions or problems regarding modules, please e-mail [email protected].

Image License

These Deno images are distributed under the MIT license (public domain and free for use).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].