/web-terminal

a demo project show how to communicate between xtermjs client and golang websocket server.

Primary LanguageCSS

Web Terminal Demo

a demo project show how to communicate between xtermjs client and golang websocket server.

  • Frontend: Reactjs with Xtermjs
  • Backend: Golang with beego framework

Screenshot

How to start

Frontend

cd frontend
npm start

Backend

cd backend
go run main.go