Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Web Terminal

Browser-based terminal with real-time WebSocket connection.

## Deploy on Railway

1. Go to Railway → New Project → Deploy from GitHub repo
2. Select this repo `PAI-SUPERVVIP/shellcode`
3. Deploy!

## Features

- Browser-based terminal
- Real-time WebSocket via Socket.io
- Mobile-friendly with touch controls
- Works on any device

## Tech Stack

- Node.js + Express
- Socket.io
- xterm.js
- node-pty
10 changes: 1 addition & 9 deletions railway.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
"builder": "DOCKERFILE"
},
"deploy": {
"runtime": "V2",
"numReplicas": 1,
"sleepApplication": false,
"useLegacyStacker": false,
"ipv6EgressEnabled": false,
"multiRegionConfig": {
"asia-southeast1-eqsg3a": {
"numReplicas": 1
}
},
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
Expand Down