Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
iterate
/
captun
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
23
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Tunnel WebSockets end to end
- #27
#27
Merged
mmkal
merged 14 commits into
main
iterate/captun:main
from
exciting-evening
iterate/captun:exciting-evening
Copy head branch name to clipboard
Jun 12, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Tunnel WebSockets end to end
#27
mmkal
merged 14 commits into
main
iterate/captun:main
from
exciting-evening
iterate/captun:exciting-evening
Copy head branch name to clipboard
Commits
Commits on Jun 11, 2026
add websocket tunnel proof
jonastemplestein
committed
f3c390b
View commit details
Copy full SHA for f3c390b
Browse repository at this point
Replace the WebSocket frame codec with Cap'n Web capability passing
Show description for 0ba1b53
jonastemplestein
committed
0ba1b53
View commit details
Copy full SHA for 0ba1b53
Browse repository at this point
Close orphaned public WebSockets and prove nested tunnels end to end
Show description for c49bf3e
jonastemplestein
committed
c49bf3e
View commit details
Copy full SHA for c49bf3e
Browse repository at this point
Forward handshake headers to the local WebSocket server from the CLI
Show description for 3034d56
jonastemplestein
committed
3034d56
View commit details
Copy full SHA for 3034d56
Browse repository at this point
Merge remote-tracking branch 'origin/main' into exciting-evening
Show description for 3f02904
jonastemplestein
committed
3f02904
View commit details
Copy full SHA for 3f02904
Browse repository at this point
Make Workers-style WebSocket handling work on every runtime
Show description for b9ee62d
jonastemplestein
committed
b9ee62d
View commit details
Copy full SHA for b9ee62d
Browse repository at this point
Cap tunneled WebSocket messages at 16MiB and document WebSocket support
Show description for ef7de97
jonastemplestein
committed
ef7de97
View commit details
Copy full SHA for ef7de97
Browse repository at this point
Reject the public upgrade when the local socket dies right after opening
Show description for 665c18d
jonastemplestein
committed
665c18d
View commit details
Copy full SHA for 665c18d
Browse repository at this point
Expose silent corruption of untunnelable WebSocket payloads
Show description for e7eebf2
mmkal
and
claude
committed
e7eebf2
View commit details
Copy full SHA for e7eebf2
Browse repository at this point
Fail the socket instead of stringifying untunnelable payloads
Show description for ca8414a
mmkal
and
claude
committed
ca8414a
View commit details
Copy full SHA for ca8414a
Browse repository at this point
Measure the oversized-message cap in wire bytes, not string length
Show description for d1923ba
mmkal
and
claude
committed
d1923ba
View commit details
Copy full SHA for d1923ba
Browse repository at this point
Declare node >=22.4 in engines
Show description for 03486b9
mmkal
and
claude
committed
03486b9
View commit details
Copy full SHA for 03486b9
Browse repository at this point
Export the Worker WebSocket types instead of declaring them thrice
Show description for adc502d
mmkal
and
claude
committed
adc502d
View commit details
Copy full SHA for adc502d
Browse repository at this point
Type the RPC session as RemoteFetcherCapability instead of double-casting
Show description for 89d2dd5
mmkal
and
claude
committed
89d2dd5
View commit details
Copy full SHA for 89d2dd5
Browse repository at this point
You can’t perform that action at this time.