Thanks bernardH - these are great links, probably pretty close to what I 
was looking for.

Will try some experiments with these over the next few days.

On Saturday, 9 February 2013 19:01:09 UTC+8, bernardH wrote:
>
> Hi,
>
> On Saturday, February 9, 2013 4:47:26 AM UTC+1, Feng Shen wrote:
>>
>> Hi,  I did something similar during work (we are using Clojure)
>>
>>    1. Use HTTP as the transport:  browser ajax call,  mobile API call, 
>>    intertal use
>>    2. JSON as encoding.  Javascript support it natively, mobile can 
>>    decode it easily,  Clojure has very good support for it
>>
>> Clojure can decode and encode json*[1]* very efficiently.  Nginx can be 
>> configured to zip the data to save bandwidth.
>>
>
> I, for one,  would love to use fressian [*], for reasons explained by Rich 
> Hickey [**]. Would you consider including this possibility in your lein 
> template (which I'd very much like to use, considering the quality of your 
> http-kit !)
>
> As for REST, have you considered liberator [***] ?
>
> Cheers,
>
> Bernard
>
> [*] https://github.com/Datomic/fressian
> [**] 
> http://skillsmatter.com/podcast/scala/the-language-of-the-system/mh-6213
> [***] https://github.com/clojure-liberator/liberator
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to