@nickH I have tested the few things mentioned there. but I couldnot find exact solution. My question is simple , how I can run snap application (simple web app written in nodejs) in virtual ctrlx core after installation??????
... View more
How I can run the web based app in ctrlx Works? I have a web based app written in nodejs and I built the snap application of that project. Then I have successfully installed that snap app in Virtual Ctrlx Core. The project has different routes and APIs in it, how I can run that installed project?
... View more
ok. how I can run my snap app on CtrlX works virtual core after installation. let say I have this route written in my code app.get('/items', (req, res) => { const items = ['Item 1', 'Item 2', 'Item 3']; res.json(items); }); How I can test it?
... View more
Ok. now if i have nodejs based application, how i can run it on ctrlx works. for example i have following routes in my nodejs app, app.get('/items', (req, res) => { res.send('Hello, Express!') }); how i can run or test this routes ?
... View more
Hi Stefan
How i can run nodejs app on virtual ctrlx works? i.e i have nodejs application installed on ctrlx works, but that app is not showing side bar and i also want to access its routes.
... View more