Ali Naci Erdem

Personal Blog

  • Computers
  • DIY
  • GitHub
  • LinkedIn
  • itch.io
  • Support Me

node

Change desktop resolution with node.js FFI

24th May 2021 / Leave a Comment

I use my desktop workstation as a home-server of sorts. It is great to game in the comfort of your living room, on the TV, with your favorite game pad if you have an Apple TV (or any other compatible device). This is possible using a variety of software; Steam Link, Rainway or if you … [Read more…]

Posted in: Computers Tagged: ffi, ffilib, foreign function call, game streaming, In home streaming, JavaScript, js, moonlight, napi, node, Node-API, node-ffi, nodejs, NVIDIA, rainway, steam link, User32, Windows

Simple Proxy Server Using Node.js to Bypass CORS

10th December 2016

Node.js is a javascript runtime based on Chromium’s V8 javascript engine. It is really simple to create a basic HTTP server using the node.js API and a web based proxy is just an HTTP server that relays incoming requests back to the original recipient. So we will capture the requests and forward them using a … [Read more…]

Posted in: Computers Tagged: cors, Debugging, JavaScript, js, node, nodejs, Programming, proxy, tutorial