How would I go about starting to write server code using node js, and be able to utilize it through my parse server managed app.
Similar to what cloudCode does, expect that I want to use nodejs, and Parse state that "cloudCode is not nodejs".
Is it as simple as writing a nodejs module and redirecting requests and data to it, and send back information?
If there is a tutorial or something that I can start with, that will be great!. Thank you!