I am considering applying server-side licensing for my javerScript application.
In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)
However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)
I wonder if there is a sample code implemented in C++ for server-side licensing.
Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?
- Samini Retnam asked 2 years ago
- You must login to post comments
Hi Samini
This sample seems to be missing typescript and has one out-of-date dependency. Try this
Make sure your project.json has the following devDependencies
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"prettier": "^2.3.2",
"typescript": "^4.7.4",
"ts-loader": "^8.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
now
npm start
This works on my side when I do this
Best regards
Andrew
- Andrew Burnett-Thompson answered 2 years ago
- last edited 2 years ago
- You must login to post comments
Please login first to submit.