Author: Mark Fischer, Jr.
Posted: May 17, 2015
Tags: programming, web
Posted: May 17, 2015
Tags: programming, web
Using REST Inside Programs
Rich Hickey proposed an interesting idea in his keynote at RailsConf 2012. The idea, if I understand correctly, is that if serialization is good between servers as a way to separate concerns, then why don’t we do it between different sections of code on the same server? ¶ Using REST between...