1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 12:15:26 +00:00
code-server-2/packages/server/README.md

16 lines
314 B
Markdown
Raw Normal View History

# server
## Endpoints
### `/tunnel/<port>`
Tunnels a TCP connection over WebSockets. Implemented for proxying connections from a remote machine locally.
### `/ports`
Watches for open ports. Implemented for tunneling ports on the remote server.
### `/resource/<url>`
Reads files on GET.
Writes files on POST.