Is there any way to host an executable/application REMOTELY that anyone with a terminal can run/interact with without any installation? Currently, I'm limited to CURLable web scripts, but those are tedious and don't have interactable menus or animations or anything.

This page summarizes the projects mentioned and recommended in the original post on /r/commandline

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bubbletea

    A powerful little TUI framework 🏗

  • 2) Or there is a library for Go that does this... essentially it embeds a ssh server into the executable. https://github.com/charmbracelet/bubbletea There are probably ways to do that from other languages too (eg I *think* python's twisted framework does the ssh protocol and probably java as well).

  • sshtron

    $ ssh sshtron.zachlatta.com

  • He says it's a custom ssh server here: https://github.com/zachlatta/sshtron

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ssh

    Easy SSH servers in Golang

  • soft-serve

    The mighty, self-hostable Git server for the command line🍦

  • https://github.com/charmbracelet/soft-serve ?

  • ncurses-rs

    A low-level ncurses wrapper for Rust

  • Which language do you use? Here is a Rust implementation of an SSH server. It handles opening the port to listen, creating the client connection, and retrieving data from the client (using getch). Then you can funnel that to an NCurses libraryand send the output back to the user

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Learning Go, Building a File Picker using Fyne.io

    3 projects | dev.to | 30 May 2024
  • How One Experienced Software Engineer Learns a New Programming Language

    3 projects | dev.to | 16 May 2024
  • FyneDesk – Linux desktop environment in Go

    2 projects | news.ycombinator.com | 12 Apr 2024
  • Golang WebRTC. How to use Pion 🌐Remote Controller

    4 projects | dev.to | 16 Feb 2024
  • A framework for building 2D and 3D GUIs with Go

    1 project | news.ycombinator.com | 2 Jan 2024