Rewrite web interface replacing NanoHTTPD in favor of Javalin. Fixes #1#10
Rewrite web interface replacing NanoHTTPD in favor of Javalin. Fixes #1#10
Conversation
|
Aaaand build is broken again... not sure what is going on with dependencies here. |
|
Does this obsolete #12? |
Once I git it to actually work it will. So far I am having trouble building properly with the dependencies needed. I could have sworn it build fine with this |
|
Alright... threw away Edit: And of course the artifacts created by building on github are broken... I don't get what is going on here. |
|
Alright, took some work but finally got it working properly using the shadow plugin. |
Alright, actually got it working. Fixes #1
Replaces NanoHTTPD in favor of javalin giving a cleaner and more modern implementation.