naueramant / ws-go-terminal

Using WebSockets, xtermjs and a go server to forward a terminal to a webpage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket Terminal with Go

A demonstration of how to use WebSockets, xtermjs and a go server to forward a terminal to a webpage.

Running it

go get -d -v # install dependenncies
go run main.go # start the server

The server will then serve an example page at http://localhost:8000

About

Using WebSockets, xtermjs and a go server to forward a terminal to a webpage.


Languages

Language:HTML 77.4%Language:Go 22.6%