Drawbridge is an HTTP/HTTPS nREPL transport, implemented as a Ring handler:

        https://github.com/cemerick/drawbridge

It also provides a client-side nREPL transport using clj-http that extends 
nREPL's url-connect; the intention is that any tool that uses url-connect will 
be able to transparently connect to and use an HTTP nREPL endpoint simply by 
specifying an http:// URL instead of e.g. an nrepl:// one.

I hope this will prove to be a reasonable "reference implementation" of both an 
alternative nREPL transport as well as of an effective HTTP/HTTPS transport to 
enable many applications that couldn't reasonably be built using other 
protocols.

I welcome your questions, bugs, usage reports, etc.

Thanks,

- Chas

--
[Clojure Programming from O'Reilly](http://www.clojurebook.com)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to