├── CONTRIBUTING.md ├── LICENSE └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | To keep this guide coherent here are a few guidelines: 4 | - Sections and libraries must be sorted alphabetically. 5 | - Descriptions should be a short sentence with proper punctiation. 6 | - Descriptions and links must be separated by an en-dash (`–`), not a hyphen (`-`). 7 | - Summary of changes could be described briefly in commit and pull request messages. 8 | 9 | An example entry: 10 | ``` 11 | - [Om](https://github.com/omcljs/om) — A powerful interface to React, makes use of its object oriented structures. 12 | ``` 13 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | # Awesome ClojureScript 6 | 7 | ##### A community driven list of ClojureScript books, frameworks, libraries and wrappers. 8 | 9 | * * * 10 | 11 | - [Resources](#resources) 12 | - [Books](#books) 13 | - [Awesome ClojureScript](#awesome-clojurescript-1) 14 | - [Canvas](#canvas) 15 | - [Client/Server Communication](#clientserver-communication) 16 | - [Code Analysis](#code-analysis) 17 | - [Data Serialization](#data-serialization) 18 | - [Data Visualization](#data-visualization) 19 | - [Database](#database) 20 | - [Development](#development) 21 | - [Document Object Model](#document-object-model) 22 | - [Documentation](#documentation) 23 | - [Graphics](#graphics) 24 | - [HTTP Handler](#http-handler) 25 | - [Internationalization](#internationalization) 26 | - [JavaScript Interoperability](#javascript-interoperability) 27 | - [Miscellaneous](#miscellaneous) 28 | - [React.js Interface](#reactjs-interface) 29 | - [Reactive Programming](#reactive-programming) 30 | - [Routing](#routing) 31 | - [State Management](#state-management) 32 | - [Testing](#testing) 33 | - [Validation](#validation) 34 | - [Web Framework & Template](#web-framework--template) 35 | - [WebSockets](#websockets) 36 | - [Contributing](#contributing) 37 | - [License](#license) 38 | 39 | 40 | * * * 41 | 42 | 43 | ## Resources 44 | 45 | 46 | ### Books 47 | - [ClojureScript Unraveled](https://leanpub.com/clojurescript-unraveled) – An open source book about the ClojureScript language that covers all the language features, how to use the compiler and the tooling for building applications and libraries. 48 | - [ClojureScript Unraveled (2nd edition)](https://funcool.github.io/clojurescript-unraveled/) – An open source book about the ClojureScript language that covers all the language features, how to use the compiler and the tooling for building applications and libraries. 49 | - [ClojureScript: Up and Running](https://shop.oreilly.com/product/0636920025139.do) – An introduction to ClojureScript written by big guns of Clojure Stuart Sierra and Luke VanderHart. 50 | - [Clojure, The Essential Reference](https://www.manning.com/books/clojure-the-essential-reference) – A reference book on the Clojure language and standard library. 51 | - [Etudes for ClojureScript](https://shop.oreilly.com/product/0636920043584.do) – A hands-on-book of 30 companion exercises or études for introducing ClojureScript. 52 | - [Learning ClojureScript](https://www.packtpub.com/web-development/learning-clojurescript) – Master the art of agile single page web application development with ClojureScript. 53 | - [Transforming Data with ClojureScript](https://langintro.com/cljsbook) – A beginner's guide to ClojureScript with interactive examples and exercises, "focusing on the main task that programming does—transforming data". 54 | 55 | 56 | 57 | ### Courses 58 | - [ClojureScript Koans](http://clojurescriptkoans.com/) – A great way to start learning Clojure and ClojureScript on the web with interactive challanges. 59 | - [Lambda Island](https://lambdaisland.com/) – A full-stack web development course including front-end with ClojureScript, back-end with Clojure, language essentials, security, internet standards and system administration. 60 | - [Learn Reagent](https://www.learnreagent.com/) – An introduction to ClojureScript with Reagent for developers. 1 hour free content is available. [learn re-frame](https://www.learnreframe.com/) is its follow up. 61 | - [Learning ClojureScript](https://purelyfunctional.tv/) – A 2h 11m long introduction to Clojurescript by O'Really Online Learning. Also available on [Udemy](https://www.udemy.com/course/learning-clojurescript/). 62 | 63 | 64 | ### Videos 65 | - [ClojureScript for Skeptics](https://www.youtube.com/watch?v=gsffg5xxFQI) – Derek Slager's talk for Clojure Conj 2015 where he is Discussing the many reasons why ClojureScript is in fact a very pragmatic language to consider for web development. 66 | - [Interactive programming Flappy Bird in ClojureScript](https://www.youtube.com/watch?v=KZjFVdU8VLI) – A 5 minutes video from 2014 demostrating the power of ClojureScript's developer experience. 67 | 68 | 69 | ## Awesome ClojureScript 70 | 71 | 72 | ### Canvas 73 | - [Monet](https://github.com/rm-hull/monet) – A small ClojureScript library to make it easier to work with canvas and visuals. 74 | - [Quamolit](https://github.com/Quamolit/quamolit) – A tiny declarative animation library , inspired by React. 75 | 76 | 77 | ### Client/Server Communication 78 | - [cljs-ajax](https://github.com/JulianBirch/cljs-ajax) – A simple Ajax client for ClojureScript and Clojure. 79 | - [Fetch](https://github.com/LightTable/fetch) – A ClojureScript library that makes client/server interaction painless. 80 | 81 | 82 | ### Code Analysis 83 | - [kibit](https://github.com/jonase/kibit) – Static code analyzer to find patterns of code that could be rewritten with a more idiomatic function or macro. 84 | 85 | 86 | ### Data Serialization 87 | - [Cljson](https://github.com/tailrecursion/cljson) – Clojure/ClojureScript library for accelerated browser data deserialization. 88 | - [Transit](https://github.com/cognitect/transit-cljs) – A data interchange format and set of libraries for conveying values between applications written in different programming languages. 89 | 90 | 91 | ### Data Visualization 92 | - [C2](https://keminglabs.com/c2) – It lets you declaratively create HTML and SVG markup based on data. 93 | 94 | 95 | ### Database 96 | - [Datascript](https://github.com/tonsky/datascript) – An immutable in-memory database and Datalog query engine in ClojureScript. 97 | - [Jaki](https://github.com/pandeiro/jaki) – A simple ClojureScript CouchDB client. 98 | - [Konserve](https://github.com/replikativ/konserve) – A clojuresque key-value/document store protocol with core.async. 99 | - [specql](https://github.com/tatut/specql) – Library for simple PostgreSQL queries with namespaced keys. 100 | 101 | 102 | ### Development 103 | - [Ambly](https://github.com/omcljs/ambly) – A ClojureScript REPL into iOS JavaScriptCore. 104 | - [cljs-devtools](https://github.com/binaryage/cljs-devtools) – Better presentation of ClojureScript values in Chrome Devtools. 105 | - [Devcards](https://github.com/bhauman/devcards) – Devcards aims to provide a visual REPL experience for ClojureScript. 106 | - [Instaparse](https://github.com/lbradstreet/instaparse-cljs) – It aims to be the simplest way to build parsers in ClojureScript. 107 | - [lein-cljsbuild](https://github.com/emezeske/lein-cljsbuild) – A Leiningen plugin to make ClojureScript development easy. 108 | - [lein-figwheel](https://github.com/bhauman/lein-figwheel) – Leiningen plugin that pushes ClojureScript code changes to the client. 109 | - [Lumo](https://github.com/anmonteiro/lumo) – Fast, cross-platform, standalone ClojureScript environment. 110 | - [Planck](https://github.com/mfikes/planck) – A stand-alone ClojureScript REPL for macOS and Linux based on JavaScriptCore. 111 | - [Ribol](http://docs.caudate.me/ribol/) – Conditional restarts for clojure/clojurescript. 112 | - [shadow-cljs](https://github.com/thheller/shadow-cljs) – ClojureScript compilation made easy 113 | - [Truss](https://github.com/ptaoussanis/truss) – An opinionated assertions API for Clojure/ClojureScript. 114 | 115 | 116 | ### Document Object Model 117 | - [cljs-binding](https://github.com/fluentsoftware/cljs-binding) – It binds html elements to ClojureScript functions. 118 | - [Crate](https://github.com/ibdknox/crate) – A ClojureScript implementation of Hiccup. 119 | - [Dominator](https://github.com/dubiousdavid/dominator) – Virtual-Dom in ClojureScript. 120 | - [Dommy](https://github.com/plumatic/dommy) – A no-nonsense ClojureScript templating and DOM manipulation library. 121 | - [Enfocus](http://ckirkendall.github.io/enfocus-site/) – A DOM manipulation and templating library for ClojureScript inspired by Enlive. 122 | - [Freactive](https://github.com/aaronc/freactive) – A high-performance, pure Clojurescript, declarative DOM library inspired by reagent, om, reflex and hiccup. 123 | - [Hiccups](https://github.com/teropa/hiccups) – A ClojureScript port of the Hiccup. 124 | - [Hickory](https://github.com/davidsantiago/hickory) – It parses HTML into Clojure data structures, so you can analyze, transform, and output back to HTML. 125 | - [json-html](https://github.com/yogthos/json-html) – Provide JSON and get a DOM node with a human representation of that JSON. 126 | - [Kioo](https://github.com/ckirkendall/kioo) – DOM manipulation and templating library for Facebook's React and Om in ClojureScript. 127 | - [Respo](https://github.com/mvc-works/respo) – A responsive DOM library, inspired by React. 128 | - [Sablono](https://github.com/r0man/sablono) – Lisp/Hiccup style templating for Facebook's React in ClojureScript. 129 | 130 | 131 | ### Documentation 132 | - [codox](https://github.com/weavejester/codox) – A tool for generating API documentation from Clojure or ClojureScript source code. 133 | 134 | 135 | ### Graphics 136 | - [geom](https://github.com/thi-ng/geom) – A 2D/3D geometry toolkit for Clojure/Clojurescript. 137 | - [Quil](https://github.com/quil/quil) – A processing and graphics programming library. 138 | 139 | 140 | ### HTTP Handler 141 | - [Castra](https://github.com/hoplon/castra) – An HTTP remote procedure call handler for Clojure. 142 | 143 | 144 | ### Internationalization 145 | - [Tempura](https://github.com/ptaoussanis/tempura) – A Clojure(Script) i18n library, succeeding Tower 146 | - [Tower](https://github.com/ptaoussanis/tower) – A Clojure(Script) i18n & L10n library. 147 | 148 | 149 | ### JavaScript Interoperability 150 | - [CLJSJS](http://cljsjs.github.io/) – An easy way for Clojurescript developers to depend on Javascript libraries. 151 | - [Jayq](https://github.com/ibdknox/jayq) – A ClojureScript wrapper for jQuery. 152 | - [Purnam](https://github.com/zcaudate/purnam) – A ClojureScript library designed to provide better clojurescript/javascript interop, testing and documentation tools. 153 | - [Pylon](https://github.com/bodil/pylon) – A Javascript class system in 100% Clojurescript. 154 | 155 | 156 | ### CSS tools 157 | - [Garden](https://github.com/noprompt/garden) – A library for rendering CSS in Clojure and ClojureScript. 158 | - [stylefy](https://github.com/jarzka/stylefy) – stylefy makes it possible to define UI component styles as Clojure data and attach them into components easily without writing CSS selectors 159 | 160 | 161 | ### Miscellaneous 162 | - [Automat](https://github.com/ztellman/automat) – A Clojure(Script) library for defining and using finite-state automata, inspired by Ragel. 163 | - [Bardo](https://github.com/pleasetrythisathome/bardo) – A Clojure(Script) library for functional interpolation and transitions. 164 | - [core.async](https://github.com/clojure/core.async/) – A Clojure(Script) library designed to provide facilities for async programming and communication. 165 | - [Entanglement](https://github.com/Frozenlock/entanglement) – It creates atoms from other atoms and links the data together. 166 | - [inflections-clj](https://github.com/r0man/inflections-clj) – Rails-like inflection library for Clojure and ClojureScript. 167 | - [Keybind](https://github.com/piranha/keybind) – Library for handling key bindings (shortcuts) in browser. 168 | - [markdown-clj](https://github.com/yogthos/markdown-clj) – Markdown parser in Clojure/ClojureScript. 169 | - [namespacefy](https://github.com/Jarzka/namespacefy) – A simple Clojure(Script) library which aims to make it easy to keep map keys namespaced, no matter where your data comes from. 170 | - [om-tools](https://github.com/plumatic/om-tools) – It aims to provide higher-order abstractions and utilities frequently useful when building components with Om's API. 171 | - [reforms](https://github.com/bilus/reforms) – Beautiful Bootstrap 3 forms for Om and Reagent. 172 | - [reagent-forms](https://github.com/reagent-project/reagent-forms/) – Bootstrap form components for Reagent. 173 | - [Sepal.clj](https://github.com/Cirru/sepal.clj) – A library to generate Clojure code from a vector of strings and vectors with macro system. 174 | 175 | ### [React.js](https://facebook.github.io/react/) Interface 176 | - [Brutha](https://github.com/weavejester/brutha) – A simple and functional ClojureScript interface to React. 177 | - [cljsx](https://github.com/peterhudec/cljsx) – [JSX](https://reactjs.org/docs/introducing-jsx.html) for Clojure and ClojureScript, also works with [Inferno](https://infernojs.org), [Nerv](https://nerv.aotu.io/), [Preact](https://preactjs.com/), [Snabbdome](https://github.com/snabbdom/snabbdom) and others. 178 | - [Helix](https://github.com/lilactown/helix) – A simple, easy to use library for React development in ClojureScript with very few semantics on top of React. 179 | - [hx](https://github.com/Lokeh/hx) – Another simple, easy to use library for React development in ClojureScript. 180 | - [Om](https://github.com/omcljs/om) – A powerful interface to React, makes use of its object oriented structures. 181 | - [Quiescent](https://github.com/levand/quiescent) – It favors functional style, fully stateless. 182 | - [re-com](https://github.com/Day8/re-com) – A ClojureScript library of reusable components for Reagent. 183 | - [Reagent](http://reagent-project.github.io/) – Minimalistic, feature complete. 184 | - [Rum](https://github.com/tonsky/rum) – Decomplected, extensible, simple. 185 | 186 | 187 | ### Reactive Programming 188 | - [Javelin](https://github.com/hoplon/javelin) – A Functional Reactive Programming library for ClojureScript. 189 | - [Manifold-cljs](https://github.com/dm3/manifold-cljs) – A port of [Manifold](https://github.com/ztellman/manifold) to ClojureScript. 190 | - [Reagi](https://github.com/weavejester/reagi) – An FRP library for Clojure and ClojureScript, built on top of core.async. 191 | - [rx-cljs](https://github.com/leonardoborges/rx-cljs) – A ClojureScript wrapper for Reactive Extensions (Rx) for Javascript. 192 | - [Yolk](https://github.com/Cicayda/yolk) – A thin ClojureScript wrapper around bacon.js. 193 | 194 | 195 | ### Routing 196 | - [Bidi](https://github.com/juxt/bidi) – A Clojure(script) data driven routing library. 197 | - [Router](https://github.com/darkleaf/router) – Bidirectional Ring router for Clojure/Script. REST oriented. 198 | - [Secretary](https://github.com/gf3/secretary) – A client-side router for ClojureScript. 199 | - [Silk](https://github.com/DomKM/silk) – An isomorphic routing library for Clojure & ClojureScript. 200 | 201 | 202 | ### State Management 203 | - [component](https://github.com/stuartsierra/component) – Managed lifecycle of stateful objects in Clojure(Script). 204 | - [hodgepodge](http://funcool.github.io/hodgepodge/) – A idiomatic ClojureScript interface to HTML5 Storage. 205 | - [mount](https://github.com/tolitius/mount) – A beautifl idiomatic state management library. 206 | - [plato](https://github.com/eneroth/plato) – Incrementally persists atom state to Local Storage in ClojureScript. 207 | - [storage-atom](https://github.com/alandipert/storage-atom) – ClojureScript atoms backed by HTML5 web storage. 208 | - [Tuck](https://github.com/tatut/tuck) – A micro framework for building Reagent apps that have a clean separation of view code and event processing code. 209 | - [Waltz](https://github.com/ibdknox/waltz) – A ClojureScript library that helps manage state in client-side applications using non-deterministic finite state machines. 210 | 211 | 212 | ### Testing 213 | - [cljs.test](https://github.com/clojure/clojurescript/wiki/Testing) – Integrated test framework for ClojureScript (merged from [clojurescript.test](https://github.com/cemerick/clojurescript.test)) 214 | - [Expectations](http://jayfields.com/expectations/) – A minimalist's unit testing framework. 215 | - [Speclj](https://github.com/slagyr/speclj) – A TDD/BDD framework for Clojure and ClojureScript. 216 | - [test.check](https://github.com/clojure/test.check) – A generative property-based testing tool inspired by QuickCheck. 217 | 218 | 219 | ### Validation 220 | - [Bouncer](https://github.com/leonardoborges/bouncer) – A validation DSL for Clojure & Clojurescript applications. 221 | - [form-validator-cljs](https://github.com/kwladyka/form-validator-cljs) – Validate forms with spec and fn. 222 | - [Validateur](http://clojurevalidations.info/) – A Clojure validation library inspired by Ruby's ActiveModel. 223 | 224 | 225 | ### Web Framework & Template 226 | - [atw-om](https://github.com/zaiste/atw-om) – A web application template with Clojure/Compojure, ClojureScript/Om & core.async. 227 | - [Chestnut](https://github.com/plexus/chestnut) – An Application template for ClojureScript/Om with live reloading. 228 | - [Clops](https://github.com/sveri/closp) – An opinionated, full stack and easy to use web framework. 229 | - [descjop](https://github.com/karad/lein_template_descjop) – A template for Web based desktop application with Electron. 230 | - [electron-template](https://github.com/ducky427/electron-template) – A template for creating web based desktop applications with Electron, ClojureScript and Reagent. 231 | - [Fulcro](http://fulcrologic.github.io/fulcro) – A library for development of single-page full-stack web applications in clj/cljs. 232 | - [Hoplon](http://hoplon.io) – Write everything in Clojure and ClojureScript, clientside and serverside. 233 | - [Keechma](http://keechma.com) – Micro frontend framework for ClojureScript and Reagent. 234 | - [Luminus](http://www.luminusweb.net/) – It aims to provide a robust, scalable, and easy to use platform. 235 | - [Macchiato](https://github.com/macchiato-framework/macchiato-core) – It aims to provide an easy to use platform for Node.js. 236 | - [Mies](https://github.com/swannodette/mies) – A minimal ClojureScript project template. 237 | - [Mr-Clean](https://bitbucket.org/sonwh98/mr-clean) – A reagent compatible library without react.js dependency. 238 | - [Precept](https://github.com/CoNarrative/precept) – A declarative programming framework. 239 | - [re-frame](https://github.com/Day8/re-frame) – A Reagent Framework For Writing SPAs, in Clojurescript. 240 | - [Tenzing](http://martinklepsch.github.io/tenzing/) – A ClojureScript template with no backend that uses Boot. 241 | - [WebFUI](https://github.com/drcode/webfui) – Client-Side Web Framework for ClojureScript. 242 | 243 | 244 | ### WebSockets 245 | - [Chord](https://github.com/jarohen/chord) – Designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async. 246 | - [Sente](https://github.com/ptaoussanis/sente) – Clojure(Script) + core.async + WebSockets/Ajax. 247 | 248 | 249 | * * * 250 | 251 | 252 | ## Contributing 253 | All contributions are welcome. Please read [Contributing](CONTRIBUTING.md) before opening a pull request. tl;dr `-` is for bullets, `–` is for seperators between the link and the description and lists should be alphabetically ordered. 254 | 255 | 256 | ## License 257 | [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 258 | 259 | [Han Tuzun](http://hantuzun.com) has dedicated the work to the public domain by waiving all of his rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. 260 | 261 | You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. 262 | --------------------------------------------------------------------------------