github.com
GitHub - sattvik/liberator-transit: Adds support to Liberator for encoding sequences and maps into Transit.
https://github.com/sattvik/liberator-transit
Adds support to Liberator for encoding sequences and maps into Transit. Use Git or checkout with SVN using the web URL. Cannot retrieve the latest commit at this time. Failed to load latest commit information. Liberator-transit is a Clojure library designed to add support to Liberator. For encoding sequences and maps into Transit. It supports JSON, verbose JSON, and MessagePack encodings. It is a fairly simple library, but it’s handy to have. To load support for Transit into Liberator, just require the.
ykode.com
Clojure Jumpstart by Creating Web Service - YKode
https://www.ykode.com/2014/12/05/jumpstart-clojure-api.html
Http:/ www.ykode.com/assets/posts/clojure-logo.png. Clojure Jumpstart by Creating Web Service. Clojure is an exciting language. One of the most frequently asked questions of me learning Clojure is Whats is good for practical use. I realised that people want to learn new language if it makes their life easier. I can preach whatever I want, but if I cant show at least what is this language is good for pratical use. Or even Vim. I use MacVim. The other piece of software youd need to download is Leiningen.
neomantic.com
arche - a Hypermedia Discovery Service written in Clojure
http://www.neomantic.com/2015/07/29/arche
Arche - a Hypermedia Discovery Service written in Clojure. Posted: 29 Jul 2015. Nearly a year ago, I started a project to teach myself Clojure. It’s been feature complete for a very long time now. I had just neglected to announce its availability. The project is called arche. It is a hypermedia resource discovery service. A full description of the design is described here. The project itself, incidentally, is an exact duplicate of a project I wrote in Ruby on Rails for my current company).
coffeetablecoders.com
Free Your Data With Clojure Liberator | Coffee Table Coders
http://coffeetablecoders.com/2015/02/06/free-your-data-with-clojure-liberator
Feb 6, 2015. Free Your Data With Clojure Liberator. Request This Workshop Again. In this workshop, Philipp Meier will show you how to implement a web application using Liberator, typical implementation patterns, and common pitfalls. By learning about Liberator and the core ideas behind it, you’ll also gain a better and deeper understanding of REST, RESTful architectures, and HTTP, respectively. This workshop is run by Philipp Meier. Request This Workshop Again. Follow us on Twitter @ctcoders.
samritchie.io
API Authentication with Liberator and Friend
https://www.samritchie.io/api-authentication-with-liberator-and-friend
Code, ultras and outdoor fun. API Authentication with Liberator and Friend. I've just finished rewriting a number of PaddleGuru. S internal APIs using two great open-source libraries; Liberator. Liberator is a library for writing RESTful resources in Clojure. Friend is an authorization and authentication library written by the prolific Chas Emerick, Dominator, Esquire. You've certainly seen his stuff around if you've played with Clojure(Script) in any level of detail. Liberator lets you define a RESTful ...
thegeez.net
thegeez blog - Web application with Pedestal
http://thegeez.net/2015/05/16/w3a_web_application_pedestal.html
Web application with Pedestal. As Frankie said, for web development in Clojure we should give Pedestal another chance. So I set out to build a user facing web application with Pedestal. To me a minimally useful user facing web application should have a database, templating, forms, authentication and authorization. And for development I like to get something I can click through as soon as possible, as well as having a dynamic development process from the REPL. The w3a. Data, links and forms. With w3a the ...
thegeez.net
thegeez blog - Datascript and React.js for a Clojure web app
http://thegeez.net/2014/04/30/datascript_clojure_web_app.html
Datascript and React.js for a Clojure web app. When building a web application with Clojure there are a lot of building blocks to choose from. For ClojureScript there has been a particularly interesting new offer with the release of Datascript. Datascript is a way to manage application state in ClojureScript following the database properties of Datomic. Although not related to that project in any way). Together with React.js. List application I have been working on. Front ends in browsers have always at ...