Clojure¶
Introduction¶
Clojure is a dynamic, and functional dialect of Lisp on the Java platform.
Versions¶
We only provide the latest version and update it regularly.
Connection to webserver¶
In order to make your application accessable from the outside, you need to connect it to the webserver, using a web backend.
Please note that your application must listen on the IP 0.0.0.0
. You can choose any port
between 1024 and 65535.