A nice-to-have feature is a dashboard where administrators can see the current active SSH connections in real-time. We can use xtermjs for this. More exciting than watching sports!
Ideally, we'd create a web-server in Golang to serve the active connections. But because we have the SQL database, realistically, we can use any backend web framework that can interface with SQL. We just need to have some sort of event handling system in this case. I vote stick with Golang for now, and we should be able to query the active connections.
Issue Summary
A nice-to-have feature is a dashboard where administrators can see the current active SSH connections in real-time. We can use xtermjs for this. More exciting than watching sports!
Ideally, we'd create a web-server in Golang to serve the active connections. But because we have the SQL database, realistically, we can use any backend web framework that can interface with SQL. We just need to have some sort of event handling system in this case. I vote stick with Golang for now, and we should be able to query the active connections.