romher's Forum Posts

  • 5 posts
  • I have also set up cors for this project and am able to get image files from the server successfully, and I am not getting any corss origin or security errors from, the console. what i am getting is a: '500 Internal Server Error' from the browser console.

  • I have successfully set up a node server for uploading files using postman. But I cant quite replicate it using BinaryData and AJAX as post methods. I've tried also going the Base64 route, but also cant get it to work. I either get a malformed request, or when I use node with multer, I get 'Cannot read properties of undefined (reading 'imageData'). Help! Can anyone point me in the right direction? I'm using node to process webcam captures for removing image backgrounds, and then making them available in the server for reimport and usage. Ashley

  • I use websockets to send messages to a node.js server. Then add johnny5 or even a serial library to talk to the arduino from that server. Websocket tutorial here: youtube.com/watch

  • I've used node.js to communicate with construct3 apps i've made recently. I can probably help you with this.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I've been using Construct3 for making UIs for physical interactive experiences using arduino devices and various sensors. Most of the time, I need two or more windows for multi-display configurations. I've been looking for a way to do this easily for some time now. Right now, I'm using websockets to pass data between two Construct3 apps, but it could be easier if Construct3 had multi-window functions.

  • 5 posts