Comment on Build Cross-Platform Applications for desktop using HTML, CSS, JavascriptparentComments−milani14yAppJS does not use http server to handle requests. It only simulates client/server.It creates a custom scheme named appjs:// and handles are requests with this scheme manually without any server listening.
Comments
AppJS does not use http server to handle requests. It only simulates client/server.
It creates a custom scheme named appjs:// and handles are requests with this scheme manually without any server listening.