Hey Joshua,
We don't have an example for electron (currently -- it's something we've considered making an example for in the future).
But short answer: yes you can use LimeLM (TurboActivate and TurboFloat) with Electron built apps. There are a few ways to do it, but the best way is likely using node-ffi: https://github.com/node-ffi/node-ffi
That way you can use the native functions in TurboActivate and TurboFloat in your JS app. Does that make sense?
We can help you by writing a couple of functions if that will help you get started.