Godot & Javascript - How to deal with async results
My task: Get a function of godot called by Javascript! The Problem: godot's javascript class, doesnt support functions which doesnt return the value immediately
So, this is a step by step of what I've done, I'm using Node.js with a godot application which needs to get data from that node.js server!