And here's a blog post about it:
http://blog.goodstuff.im/clojure_http_channels


On Wed, Aug 7, 2013 at 4:47 PM, Brandon Bloom <brandon.d.bl...@gmail.com>wrote:

> You can emulate this relatively easily with a pair of
> serialize/deserialize functions which read/write to a global atom
> containing a map.
>
>
> On Wednesday, August 7, 2013 7:15:55 PM UTC-4, David Pollak wrote:
>>
>> Howdy,
>>
>> I'm working on bridging between core.async channels in the browser and on
>> the server. It would be very useful to have a GUID associated with the
>> channel so that when I serialize a message that contains a channel, I can
>> send the GUID instead and on the other side, create a proxy channel so that
>> the client or server and send a reply message to the channel and it will be
>> sent over the wire.
>>
>> Would it be possible to add a GUID to the channel?
>>
>> Thanks,
>>
>> David
>>
>> --
>> Telegram, Simply Beautiful CMS https://telegr.am
>> Lift, the simply functional web framework http://liftweb.net
>> Follow me: http://twitter.com/dpp
>> Blog: http://goodstuff.im
>>
>>   --
> --
> 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.
>
>
>



-- 
Telegram, Simply Beautiful CMS https://telegr.am
Lift, the simply functional web framework http://liftweb.net
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im

-- 
-- 
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