mattmoeller.com

← Back to blog

Published on 08/29/2022 12:00 by Matt Moeller

Big Mac - Mac Address Utility

This project came about after exploring with Rust and Javascript, encountering a problem where the built in node.js code will only return to you the first interface that’s plugged in and not just first in general. So I created this solution bridging rust to node.js using a handy little library known as neon, which will programatically generate bindings for your V8 runtime.

It was a fun and interesting look into the future of on the metal libraries interacting with Node.js, and I learned a lot about Rust in the process of making this. I also ended up tooling around with the latest version of electron to see it all in action. Check it out here.

Written by Matt Moeller

← Back to blog
  • Big Mac - Mac Address Utility

    Big Mac - Mac Address Utility

    I created this project to solve a Node.js issue with network interfaces using Rust and the neon library. It was a great learning experience with Rust and Electron. Check it out!