Node.js TCP remote shell which allows multiple clients to connect and execute commands on a server. It mimics basic Netcat-style behavior with built-in commands.
git clone https://github.com/hrach347/remote-shell.git
cd remote-shellnpm install
node server.js 4444
node client.js 127.0.0.1 4444- Multi-session TCP server
- Remote command execution
- Built-in commands
- Command history per session
- Interactive client interface
- Netcat-style behavior
- TCP networking in Node.js
- Building interactive CLI tools
- Session management
- Remote command execution
MIT


