Skip to content

WIP: make input teekit compatible#1

Closed
rjwebb wants to merge 2 commits intomainfrom
rjwebb/make-teekit-compatible
Closed

WIP: make input teekit compatible#1
rjwebb wants to merge 2 commits intomainfrom
rjwebb/make-teekit-compatible

Conversation

@rjwebb
Copy link

@rjwebb rjwebb commented Feb 25, 2026

The changes needed to get Input running in Teekit are:

  • Use Hono as a web framework instead of Node's built in http library
  • Call TunnelServer.initialize on the app object so that it offers an encrypted WebSockets channel
  • Bundle the backend in an SGX Enclave or CVM

I'm running this by putting the input and teekitpriv directories alongside each other, then checking out the branch that exposes an external interface for making SGX enclaves in teekitpriv.

rjwebb and others added 2 commits February 25, 2026 18:07
Resolve Hono type mismatch between this project and @teekit/kettle by
pinning to a compatible version. Update teekit dependencies to use local
file paths and remove unused serveStatic import/call.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rjwebb rjwebb closed this Mar 2, 2026
@rjwebb rjwebb mentioned this pull request Mar 2, 2026
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant