Hacker News new | ask | show | jobs
by k3n 4967 days ago
Nice! Do you have a quick example you could share?
2 comments

This is the beginnings of a wrapper around various windowing Apis to create a Window class https://github.com/Benvie/node-Windows/blob/master/Window.js

This is the beginnings of a windows registry library https://github.com/Benvie/node-winreg

This is an example of creating a windowless event loop in order to create a low level keyboard/mouse hook https://github.com/Benvie/node-Windows/blob/master/input.js

This is a fine example of what hacking is about.

Thank you for publishing this.

yes an example would be great