billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.36k stars 536 forks source link

How to add please wait on main page #367

Open umardraz opened 4 months ago

umardraz commented 4 months ago

Hi,

Is it possible to add a loading.gif on the main page while it is loading?

billchurch commented 3 months ago

It certainly is possible. Can you explain the use case for that a little? Is it a slow system or one with high latency? Which part of the operation takes the longest to load, the connection to the SSH server or the WebSocket connection?

See #368 for details on the new architecture, which splits off the client and server components to hopefully make customizing the client easier.