Skip to content
Open navbar menu
Sign UpLog In
deno

Deno

Verified
@deno
A modern runtime for JavaScript and TypeScript.
  • Deno + Fresh + Twind

    Cover page
    Made with Deno

    Fresh is a next generation web framework, built for speed, reliability, and simplicity. Some stand out features:

    • Just-in-time rendering on the edge.
    • Island based client hydration for maximum interactivity.
    • Zero runtime overhead: no JS is shipped to the client by default.
    • No build step.
    • No configuration necessary.
    • TypeScript support out of the box.

    Fresh embraces the tried and true design of server side rendering and progressive enhancement on the client side.

    Recent comments (2)
    DannyEtterling1
    DannyEtterling1
    4 months ago

    lol

    filipmares
    filipmares
    11 months ago

    For those looking to get intellisense/autocomplete and code browsing working, add the following to .replit:

    [languages.deno]
    pattern = "**/*.{ts,tsx,js}"
    [languages.deno.languageServer]
    start = ["deno", "lsp"]
    [languages.deno.languageServer.initializationOptions]
    enable = true
    lint = true
  • HTTP Server: Routing

    Cover page
    Made with Deno

    An example of a HTTP server that handles requests with different responses based on the incoming URL.

    Recent comments (0)
  • Minimal Blog Template

    Cover page
    Made with Deno

    Get started with your blog in only two lines of JavaScript.

    Recent comments (1)
All Repls