ring http server for cljd
aim aims to be a simple, small HTTP server for clojure-dart.
It uses dart.io.HttpServer converts dart.io.HttpRequest into ring-requests and ring-responses into dart.io.HttpResponse
Add to your project
br.com.souenzzo/aim {:git/url "https://github.com/souenzzo/aim"
:git/sha "70d48c6c08b3cde9619a7c723135c8758c8abfd8"}
Require [aim.simple :as aims]
namespace
and use it: (aims/run-server (fn [ring-request] ... ring-response) {:port 8080})