Search for 'web'

For details on the search query syntax, see the guide.

Total results: 685, showing 241 - 264


  • Content negotiation for Pedestal web services.

  • AutobahnJS - A JavaScript library for WAMP (" The Web Application Messaging Protocol "). http://autobahn.ws

  • Asterisk Call Center Web Service

  • Leiningen template for Gizmo, ClojureWerkz web library
  • cwk 0.1.5-SNAPSHOT

    small clojure web kit, that works around liberator and compojure
  • stand-lib 0.1.0-SNAPSHOT

    Helpers for Web Dev with re-frame

  • form handling for web projects
  • thebitenoir 1.2.6-CUSTOM

    Noir - a clojure web framework
  • tandem 0.0.5

    Utilities to work with web applications

  • Material Web Components for Hoplon

  • A leiningen template to create heroku-ready web app projects using Noir, Enlive and Twitter Bootstrap.

  • Simple statistics for Clojure/Ring web apps

  • An Event Sourcing Toolkit

  • A web app with bakery

  • Simple generation of cli+web APIs+UIs from specced functions (+metadata)

  • A web app template for CLJS/reagent

  • A template for an Integrant-based web application

  • Implementations of Delegance protocols for AWS

  • Simple / Stripped-down template for Clojure/ClojureScript web apps

  • A library for symmetric event handling for clojure web apps.

  • Leiningen template for a static web generated with Volcano
  • cljs 0.3.0

    An experimental Clojure(ish) to Javascript compiler similar to [clojurescript](https://github.com/clojure/clojure-contrib/tree/master/clojurescript/). The library also provides several tools to assist you with integrating cljs into your workflow. All this in about 1k lines. Viva Clojure! # Usage Use the `cljs.core/to-js` function to turn a list (representing some code) into javascript, like so: (to-js '((fn [x] (alert x)) "hello world")) -> function(x){alert(x);}("hello world"); (to-js '(-> ($ "<div />") (.css {:backgroundColor "blue" . :border "dashed white 5px"}) -> (function(){var out = $("<div />"); out.css({backgroundColor:"blue",border:"dashed white 5px"}); return out}()) Neat, huh? In addition to the compiler, cljs provides several tools to make working with cljs in the context of a web project easier: 1. [cljs.watch](#cljs.watch) provides a mechanism for automatic recompilation on source changes. Used by either `lein cljs-watch` or `(use 'cljs.watch) (start-watch-project "./project.clj")`. Cljs output is declared in your project.clj file, under the :cljs key. 2. [cljs.stitch](#cljs.stitch) takes care of stitching the collection of source files that make up a library into a coherent javascript file. For more examples, please see the [cljs.test.core](#cljs.test.core) namespace.
  • clj-slack-client 0.1.6-SNAPSHOT

    A client for Slack's RTM and Web APIs

  • Simple library for rapid web development with Clojure