THE STATUS IS NO LONGER TRUE, WE HAVE ADDED OPERATION HOOKS SINCE THEN.
SEE http://docs.strongloop.com/display/LB/Operation+hooks
At the moment, LoopBack provides two kinds of hooks:
THE STATUS IS NO LONGER TRUE, WE HAVE ADDED OPERATION HOOKS SINCE THEN.
SEE http://docs.strongloop.com/display/LB/Operation+hooks
At the moment, LoopBack provides two kinds of hooks:
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| using System; | |
| using System.IO; | |
| using System.Messaging; | |
| using System.Text; | |
| using Newtonsoft.Json; | |
| public class JsonMessageFormatter : IMessageFormatter | |
| { | |
| private static readonly JsonSerializerSettings DefaultSerializerSettings = | |
| new JsonSerializerSettings { |