TSDL Logo
HomeHomeDocumentationDocumentation
GitHubGitHub (opens in a new tab)
    • Introduction
    • Installation
    • Server code setup
    • Client code setup
    • React Query
    • Bun
    • Input (tsdl.input)
    • Middleware (tsdl.use)
    • Query (tsdl.query)
    • Router (tsdl.router)
    • Output (tsdl.output)
      • Abort (query.abort)
    • Documented
    • TSDLError
  • Building
  • Home
      • Introduction
      • Installation
        • Installation
      • Server code setup
      • Client code setup
      • React Query
      • Bun
      • Input (tsdl.input)
      • Middleware (tsdl.use)
      • Query (tsdl.query)
      • Router (tsdl.router)
      • Output (tsdl.output)
        • Abort (query.abort)
      • Documented
      • TSDLError
    • Building

On This Page

  • Installation
  • Server
  • Client
  • Client
  • Client
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Getting started
Installation

Installation

TSDL is installed on both your client and your server

Server

example-app/server
pnpm add @tsdl/server @tsdl/core

Client

example-app/client
pnpm add @tsdl/client @tsdl/core
IntroductionServer code setup

MIT 2023 © Jonathan Asplund