Re: [ANN] Aleph 0.4.1

2016-04-08 Thread Alan Moore
This is *way* better than my suggestion... thanks Zach! Alan On Thursday, April 7, 2016 at 9:20:16 PM UTC-7, Zach Tellman wrote: > > This is considerably simpler than the suggestions in this thread, but I've > written a very basic statsd client and server in the literate examples: > http://alep

Re: [ANN] Aleph 0.4.1

2016-04-07 Thread Zach Tellman
This is considerably simpler than the suggestions in this thread, but I've written a very basic statsd client and server in the literate examples: http://aleph.io/aleph/literate.html#aleph.examples.udp. Feedback is welcome. On Saturday, April 2, 2016 at 11:44:53 PM UTC-7, Zach Tellman wrote: >

Re: [ANN] Aleph 0.4.1

2016-04-06 Thread Sander
Zach Tellman wrote (ao): > I'm not sure I'll have time to look at the spec you linked anytime > soon, but I think it's reasonable to have some UDP-related code in the > literate examples. I'll think about what would be a decent use case. Very simple chatserver/client with mosh (mobile shell) like

Re: [ANN] Aleph 0.4.1

2016-04-05 Thread Rangel Spasov
Zach - thank you for all the work you do on Aleph, I use it every day! On Saturday, April 2, 2016 at 11:44:53 PM UTC-7, Zach Tellman wrote: > > This release represents a number of incremental improvements to 0.4.0, > which has been handling billions of daily requests for close to a year. > > *

Re: [ANN] Aleph 0.4.1

2016-04-04 Thread Alan Moore
Thanks for the awesome library! My vote for UDP examples: mDNS (multicast DNS) or SSDP discovery protocols :-) Alan -- 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 ne

Re: [ANN] Aleph 0.4.1

2016-04-03 Thread Zach Tellman
Hi Adrian, Glad to hear that you're getting good use out of Aleph. As for the UDP side of things, if you're using it (as games often do) to reimplement half of TCP, that may not work well with the functional operators in manifold.stream. However, using `put!`, `take!`, and a few operators from m

Re: [ANN] Aleph 0.4.1

2016-04-03 Thread adrian . medina
Awesome! At Vital Labs we use Aleph in production for our HTTP and (soon to be) websocket services. I have nothing but good things to say about it. It makes using Netty a breeze in Clojure. For an unrelated side project, I have been using Aleph to communicate over UDP with an old MMORPG called

[ANN] Aleph 0.4.1

2016-04-02 Thread Zach Tellman
This release represents a number of incremental improvements to 0.4.0, which has been handling billions of daily requests for close to a year. * Documentation can be found at http://aleph.io/ * Literate examples of usage can be found at http://aleph.io/aleph/literate.html * Comparative benchma