An open API service indexing awesome lists of open source software.

https://github.com/videoexpertsgroup/vxg.web.client

Web client source code of https://vxgdemo.cloud-vms.com/
https://github.com/videoexpertsgroup/vxg.web.client

Last synced: 2 months ago
JSON representation

Web client source code of https://vxgdemo.cloud-vms.com/

Awesome Lists containing this project

README

        

# VXG.Web.Client

VXG Web Client package has a simple structure and contains only the client-side code. It can be launched locally on a PC without placing it on a web server.

You’ll need to disable CORS in the browser in order to run the package. For example, to disable CORS in Chrome on Windows use the following command line:

```
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=%LOCALAPPDATA%\Google\chromeTemp
```

You can now open the index.html in the browser window:

![Open in browser](https://help.videoexpertsgroup.com/kb/2122940432/image-20211203-200629.png?inst-v=ca1f3e89-7fb7-4710-82fb-76b7611dc64e)