I have a REST server without OData and with SocketIO. Breeze datacontext is configured using jsonResultsAdapter to create entities. When I launch my application, I call DataContext.manager.executeQuery (query), and each thing works as expected ... Subsequently, additional data is entered into the SocketIO application. How to transfer data to Breeze so that the "visitNode" method in jsonResultsAdapter is called for all nodes of the submitted json feed?
source
share