WebsiDocsDocs
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Why Websi
  • Getting Started
    • Bun
    • Deno
    • Vercel
    • Cloudflare Workers
    • Lagon
  • Tutorial
  • Concepts
    • Handler
    • Middleware
    • Pipeline
    • Route
  • How-Tos
    • Return HTML Page
  • Docs
    • Why Websi
    • Getting Started
      • Bun
      • Deno
      • Vercel
      • Cloudflare Workers
      • Lagon
        • Install Lagon
        • Create new project with Lagon
        • Check basic web server
        • Start the server in development
        • Add new route
        • Deploy
    • Tutorial
    • Concepts
      • Handler
      • Middleware
      • Pipeline
      • Route
    • How-Tos
      • Return HTML Page

On This Page

  • Install Lagon
  • Create new project with Lagon
  • Check basic web server
  • Start the server in development
  • Add new route
  • Deploy
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Docs
Getting Started
Lagon

Lagon

Install Lagon

pnpm add -g @lagon/cli

Create new project with Lagon

Check basic web server

Start the server in development

Add new route

Deploy

Cloudflare WorkersTutorial