|
|
|
|
|
by winstonrc
957 days ago
|
|
I built a fake terminal on my website[0]. I've been planning on building an actual one that is compiled to WASM, but it was fun building the little features such as a memory of entered commands that can be navigated by pressing up and down with the arrow keys. This looks like a great resource for me to take it to the next level. Are there any concerns I should be aware of if I were to deploy a working terminal on a website? [0] https://www.winstoncooke.com/terminal |
|