hello Sgilk: thanks for your ansewr, I had try test .net unix socket success in app development enviroment,and build & install in ctrlX core.there have some question, I think app maybe have three part:logical,sever(backend service), front-end service(html page) 1. Is it necessary for the unix socket severto have a proxy mapping(mianfest file) ,if the app don't have front-end service? 2.whether backend service can have the Custom rest api (like API reference) provide for other PC client 3.the Communication method between front-end and back-end?unix socket,rest api or other? there are my test code of unix socket sever,may be I need a html page to display(as front-end service) in the next step?
... View more