All Projects → javaterminal → cloudterm

javaterminal / cloudterm

Licence: MIT License
Cloud Web Terminal Emulator. Opens your terminal to Web.

Programming Languages

java
68154 projects - #9 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to cloudterm

Gritty
web terminal emulator
Stars: ✭ 63 (+8.62%)
Mutual labels:  emulator, tty
emu
cybozu labs youth 7th
Stars: ✭ 50 (-13.79%)
Mutual labels:  emulator
vrcpu
Code, documentation, schematics, notes for my Ben Eater inspired breadboard computer and emulator
Stars: ✭ 98 (+68.97%)
Mutual labels:  emulator
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+34.48%)
Mutual labels:  emulator
first nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
Stars: ✭ 94 (+62.07%)
Mutual labels:  emulator
Z80
Highly portable Zilog Z80 CPU emulator written in ANSI C
Stars: ✭ 131 (+125.86%)
Mutual labels:  emulator
uniterm
🚧Universal Terminal Emulator, might be a great toy terminal front-end for geeks.
Stars: ✭ 22 (-62.07%)
Mutual labels:  tty
CocoaMSX
MSX Emulator for macOS
Stars: ✭ 72 (+24.14%)
Mutual labels:  emulator
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+11146.55%)
Mutual labels:  tty
gameboyGO
Gameboy emulator in go
Stars: ✭ 24 (-58.62%)
Mutual labels:  emulator
NostalgiaLite
Three game emulators: FC(Nes), GG, GBC for Android
Stars: ✭ 85 (+46.55%)
Mutual labels:  emulator
nolimix86
LLVM-based x86 emulator with support for unlimited virtual registers, used before the register allocation pass
Stars: ✭ 19 (-67.24%)
Mutual labels:  emulator
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (-58.62%)
Mutual labels:  emulator
z80e
A z80 calculator emulator (and debugger)
Stars: ✭ 65 (+12.07%)
Mutual labels:  emulator
CLIp
CLIp is a clipboard manager for a command line interface written in 100% standard C only. Pipe to it to copy, pipe from it to paste.
Stars: ✭ 12 (-79.31%)
Mutual labels:  tty
DOSee
DOSee is a DOSBox based, MS-DOS emulator for the web
Stars: ✭ 24 (-58.62%)
Mutual labels:  emulator
google-datastore-emulator
Google Datastore Emulator wrapper to nodejs
Stars: ✭ 17 (-70.69%)
Mutual labels:  emulator
bash-streams-handbook
💻 Learn Bash streams, pipelines and redirection, from beginner to advanced.
Stars: ✭ 153 (+163.79%)
Mutual labels:  tty
rusty-boy
Gameboy emulator in Rust
Stars: ✭ 20 (-65.52%)
Mutual labels:  emulator
tac08
tac08 is an an emulation of the runtime part of the Pico-8 fantasy console. It takes a .p8 (text format) pico-8 cart file and runs it as closely posible
Stars: ✭ 144 (+148.28%)
Mutual labels:  emulator

Cloud Web Terminal

View on Github .imageblock { text-align: center !important; } .view-github { float: right; }

1. About

CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container.

Image 310817 062349.305

2. How to install

You can run it with a standalone Tomcat server or with Docker. After it is run, open the browser http://localhost:8080

2.1. Run on JVM

git clone https://github.com/rahmanusta/cloudterm.git
cd cloudterm
mvn clean install
cd target
java -jar cloudterm.jar

2.2. Run on Docker

Open the browser http://localhost:8080

docker run -it --rm -p 8080:8080 rahmanusta/cloudterm

3. License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].