Can a wake on LAN command be sent to a computer on a local network from a browser without using server side code? I am in control of the entire network. My goal is to send the command from a tablet browser over wifi to a wired computer on the same LAN. I came across some Node.JS JavaScript code here: https://github.com/agnat/node_wake_on_lan/blob/master/wake_on_lan.js but I'm unsure if it will function properly in a browser.