Hi all,

I have released my clojure RPC framework, slacker, 0.3.0 to clojars.
Server interceptor is supported in this version, you can now add custom function to slacker server like logging, statistics. More detail about the interceptor framework is here:
https://github.com/sunng87/slacker/wiki/Interceptors

For those not aware of slacker, it's a RPC framework built by clojure and for clojure. It has some advantages over existed solutions:
* it uses direct function call instead of eval, which is faster and securer
* it serialize data to binary format instead using prn/read, which is faster and compacter

Also the client API is designed to be non-invasive. You will use slacker RPC just like calling the function from the same process.

You can find the project on github:
https://github.com/sunng87/slacker

Any suggestions are always welcomed.

--
Sun Ning
Software developer
Nanjing, China (N32°3'42'' E118°46'40'')
http://about.me/sunng/bio

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

Reply via email to