bmalehorn / pity

A pitifully bad terminal server + web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pity

A pitifully bad terminal server + client.

Server runs http://localhost:2589, starting a pty and waiting for input.

Client runs on http://localhost:3000, views terminal output and send input.

Setup

cd server
yarn
yarn start
cd fe
yarn
yarn start

About

A pitifully bad terminal server + web client


Languages

Language:TypeScript 73.0%Language:HTML 15.0%Language:CSS 6.5%Language:JavaScript 5.6%