On Thu, Jan 9, 2014 at 1:45 PM, Michael Monashev <[email protected]> wrote: > How to call "my_custome_metod" via HTTP?
Method calls weren't in your original spec.... :-) Lots of ways to do with HTTP, check out xml-rpc, json-rpc, SOAP (that might fail your "compact"), google RESTful, etc. > memcached protocol is more compact than HTTP. Sure, so is POP3, but they are app specific. You can always write your own, like the memcached folks did. Or use memcached (or HTTP) with custom verbs/methods. You also didn't spec whether an existing implementation in any particular languages was required. FYI, eval criteria: http://www.rfc-editor.org/rfc/rfc3117.txt Cheers, Sam -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
