You are not logged in.
Pages: 1
Hi There,
So in my current project, I have a windows service and several desktop apps which communicate with the service using mORMot to store data in a small SQLLite Database.
The windows service is using Named Pipes to communicate with the client.
Is there anyway for my desktop apps to use the existing connection to send messages not related to database access ? If so, how would I do that? I can't find a demo for sending messages back and forth.
Thanks
Offline
The simplest solution is via SOA way.
You can look how is done at sample 06 - Remote JSON REST Service or 14 - Interface based services.
"Uncertainty in science: There no doubt exist natural laws, but once this fine reason of ours was corrupted, it corrupted everything.", Blaise Pascal
Offline
Yes - download the documentation, check out the SOA part, and read http://blog.synopse.info/post/2012/04/2 … t-Sourcing
Do not forget to retrieve the latest version of mORMot from http://mormot.net
Offline
Pages: 1