Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Apr 14, 2024
1 parent 3e79e20 commit 2cf120e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 id="overview">Vision</h1>
We bring back the original promise of Java <em>"<a href="https://en.wikipedia.org/wiki/Write_once,_run_anywhere">Write once, run anywhere</a>"</em>:
<ul>
<li>With our framework you can write code in Java for client and server.</li>
<li>It can obviously run on any JVM (Java11+).</li>
<li>It can obviously run on any JVM (Java21+).</li>
<li>However, our code can run as cloud-native binary with <a href="https://www.graalvm.org/">GraalVM</a>.</li>
<li>Even better it can also be compiled to JavaScript or WebAssembly using <a href="http://teavm.org/">TeaVM</a>.</li>
<li>From a single codebase you can implement clients again with pure Java that runs on the desktop using <a href="https://openjfx.io/">JavaFx</a>, it can run in the browser as HTML5 web app, and it can run on android. We can free you from the dual-stack development nonsense without the need to leave the Java world and switch to <a href="https://www.typescriptlang.org/">TypeScript</a> (<a href="https://angular.io/">Angular</a>/<a href="https://reactjs.org/">React</a> and <a href="https://nestjs.com/">NestJS</a>), <a href="https://dart.dev/">Dart</a> (<a href="https://flutter.dev/">Flutter</a>) or <a href="https://dotnet.microsoft.com/">.NET/C#</a> (<a href="https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor">Blazor</a> and <a href="https://visualstudio.microsoft.com/xamarin/">Xamarin</a>).</li>
Expand Down Expand Up @@ -65,7 +65,6 @@ <h1 id="overview">Vision</h1>
<h1 id="overview">Principles</h1>
The mmm project follows these principles:
<ul>
<li>Keep it small and simple (KISS)</li>
<li>Provide small, reusable modules to run in any environment</li>
<li>Fill gaps in the Java language or ecosystem</li>
<li>Prevent boiler-plate code</li>
Expand Down

0 comments on commit 2cf120e

Please sign in to comment.