top | item 16124149

(no title)

dy | 8 years ago

Excellent thought piece - wish HN was filled with more original analogies like this I one.

This reminds me a bit of domain driven contexts (something just added to Elixir/Phoenix 1.3) - reducing the surface area of sub nodes from each other by exposing that single point interface.

discuss

order

andy_ppp|8 years ago

I’ve been wondering if I can do away with the web layer all together and provide RPC directly to certain contexts fairly trivially over web sockets. REST feels really tired when working with state containers IMO.