jSOS
jSOS copied to clipboard
A tool for adding features like file system access to JavaScript. jSOS create an API server on your local and exposes feature to the javascript web sites using a permission system.
Hello, thank you for your tutorial on https://levelup.gitconnected.com/how-to-embed-a-web-server-inside-desktop-applications-643ce3cb51bf . I had a small CORS problem which I solved on server by allowing any site to reach my app's endpoint (localhost:myPort)...
under /samples/explore create a web application (any SPA js framework are welcome). Steps to start working on the task: 1. Clone the repo 2. Click the play button on virtual...
Corrected typos.