-
Usenet is a worldwide distributed discussion system available on computers and can be accessed via the NNTP protocol. For Clojure there's the clj-nntp library (by Aleksander Skjæveland Larsen (ogrim)). Because it's in early stages of development (thus incomplete) I have simply copied its source code into my project and …
Read More -
A Clojure library for embracing SQL – HugSQL (by Layerware, Inc). From its documentation HugSQL is of the opinion that SQL is the right tool for the job when working with a relational database. HugSQL uses simple conventions in your SQL files to define (at compile time) database functions in your Clojure namespace, …
Read More -
Korma - tasty SQL for Clojure
Mar 27, 2017 · 1 min read · Computer Software Functional Programming Server Database SQL Clojure ClojureScript ·
Clojure is beautiful. It can make SQL beautiful too – Korma (by Chris Granger). From its documentation Korma is a domain specific language for Clojure that takes the pain out of working with your favorite RDBMS. Built for speed and designed for flexibility, Korma provides a simple and intuitive interface to your data …
Read More -
nginx-clojure - lean Clojure deployment
Mar 23, 2017 · 1 min read · Computer Software Functional Programming Linux Server Internet GUI Java Clojure ClojureScript ·Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers – Nginx-Clojure (by Zhang, Yuexiang (xfeep)). DZone article on Nginx-Clojure Fast Clojure/Java Web Apps on NGINX Without a Java Web Server. Fast Clojure/Java Web Apps on NGINX Without a Java Web Server Nginx-Clojure is a …
Read More -
JavaFX in the Browser - NO PLUGINS - EVERYWHERE – JPRO (by jpro technologies AG). From its documentation jpro is a new technology which brings Java back into the browser - without Java Plugin. To achieve that, jpro runs JavaFX on the server and maps its scenegraph directly into the browser. The client side rendering is …
Read More -
Sente
Realtime web comms for Clojure/Script – Sente (by Peter Taoussanis) From its documentation Sente is a small client+server library that makes it easy to build reliable, high-performance realtime web applications with Clojure + ClojureScript. You can ignore the underlying protocol and deal directly with Sente's unified …
Read More -
Immutant
An integrated suite of Clojure libraries backed by Undertow for web, HornetQ for messaging, Infinispan for caching, Quartz for scheduling, and Narayana for transactions. Applications built with Immutant can optionally be deployed to a WildFly or JBoss EAP cluster for enhanced features. Its fundamental goal is to reduce …
Read More