Skip to content

A ClojureScript HTTP library that runs under node.js

Notifications You must be signed in to change notification settings

atroche/cljs-http-node

 
 

Repository files navigation

cljs-http

A ClojureScript HTTP library for node.js.

This is a fork of cljs-http, which unfortunately does not run at all under node.js due to the absence of XMLHttpRequest. The only thing that needs to be rewritten is the core/request function, which I've reimplemented using core.async and node's underlying request module. Work-in-progress, very rough at present.

Please refer to the original project for license and usage information.

About

A ClojureScript HTTP library that runs under node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 83.2%
  • JavaScript 16.8%