Building Simple HTML Server Using JavaFX & Undertow
A simple javafx project that let you build a simple web server to server static content
A simple javafx project that let you build a simple web server to server static content
JavaFX is a great tool to quickly deploy desktop applications. However, the setup is always a pain for me, especially after JDK8, you need to download JavaFX SDK separately. I create this JavaFX starter project to help myself and people who want to start working with JavaFX without going through the pain of setting up. … Read more