tsdk logo
DocumentationDocumentation
GitHubGitHub (opens in a new tab)
  • Indroduction
  • Quick start
    • Environment setup
    • Write Hello World API
    • Request Hello World API
    • With SWR
    • With React Query
    • With Expo(React Native)
    • Code repository
    • tsdk.config.js
    • APIConfig
    • Snippets
    • Server adapters
      • Express adapter
      • Fasity adapter
      • Hono adapter
      • Socket.IO adapter
    • Code share
    • Docs
    • nest-cli
    • Bundle into single file
    • SWR
    • React Query
  • Performance
  • FAQ
    • Scalable project structure
    • Use method GET and POST
  • How tsdk created
  • Changelog

On This Page

  • Custom adapter
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Guide
Server adapters

tsdk-server-adapters

tsdk provides HTTP and WebSocket(Socket.IO)protocol adapters:

  • Express adapter
  • Fasitfy (Reuse the express adapter)
  • Hono adapter
  • Socket.IO adapter

Custom adapter

Please check tsdk-server-adapters (opens in a new tab), or submit issue which adapter you need.

SnippetsExpress adapter

Copyright @ 2024
@suhaotianGitHubSitemap