Topic: Nodejs API
Hi to all,
Recently we started a new project in which we are trying to use wialon.js in node.js to be able to execute some tasks at a specifict time. At this point we tried using:
wialonjs-api
wialon_sdk by LeXXaT
Even tried mocking the window object through(qooxdoo and browser-env which is an implementation of jsdom).
In all of them we are able to initialize a Session instance, but cant send any request, it just goes idle for a moment then returns a "Error performing request"
We've alredy checked other post where the solution is to build our own appy from the gorund, but we strongly believe in running wialon.js in node because we could create some services from previous developments without much effort.
Do you believe it to be possible?