A new and improved Nil server on Kotlin/Java
Running:
java -jar build/Nil.jar
CLI
Do not cache main.js files for over 1 second (this is unnecessarily performance intensive, for debugging only)
--no-cache
-nc
Cache for a certain amount of time (long, millis) (This example is for 10 minutes)
-c 600000
--cache-interval 600000
Never update the cache (caches the main.js ONCE, then keeps using that cache). do not use in production, the main.js will break eventually
-nu
--no-update
--never-update