Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javaterminal/tryjshell
Try JShell on Web
https://github.com/javaterminal/tryjshell
java-9 jshell learning-java shell terminal web
Last synced: about 2 months ago
JSON representation
Try JShell on Web
- Host: GitHub
- URL: https://github.com/javaterminal/tryjshell
- Owner: javaterminal
- License: mit
- Created: 2017-09-24T12:53:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T02:53:26.000Z (about 2 years ago)
- Last Synced: 2024-11-16T15:37:36.403Z (2 months ago)
- Topics: java-9, jshell, learning-java, shell, terminal, web
- Language: JavaScript
- Homepage: http://tryjshell.org
- Size: 1.23 MB
- Stars: 91
- Watchers: 6
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= tryjshell.org
Rahman Usta
:doctype: article
:encoding: utf-8
:lang: en
:toc: left
:numbered:
:description: tryjshell.org is a web terminal to test Java 9 through 10 features on JSHELL
:author: Rahman Usta
:keywords: web,terminal,java-16,java-17,jshell,tty,docker,cloud== About
tryjshell.org is a web terminal to try and test Java 17 and experimental features on the JShell tool.
image::images/print-screen.png[width=900]
//image::images/Image-310817-062349.305.png[width=900]
=== Run on Web
*Open:* https://tryjshell.org
=== Run on Docker
[source,bash]
----
docker run -it --rm -p 8080:8080 rahmanusta/tryjshell
----== License
https://github.com/javaterminal/tryjshell/blob/master/LICENSE[MIT]