Neutronium
Neutronium copied to clipboard
A list of apps that use Neutronium
A list of real-world apps that use Neutronium would be really good.
My team is uncertain about what to use, Electron is very popular and has lots of applications, but we only need HTML-based UI. Just a single example would help and clear the doubts.
Thank you for an amazing project, anyway.
Hello @o2genum , today there are two demo applications available:
NeutroniumDemo is kind of skeleton project including logging, IoC, navigation, demonstrating how you can structure/architecture a project with neutronium.
CodeDependencyScanner is a demotration application (working still in progess) showcasing neutronium + Vue + D3.js in context of C# code analysis.
I am currently finalizing an huge update of neutronium (bringing Chrome 56 and last version of Vue, big improvements in tooling and debug). Next priority will be finalize/document these demo projects and collect "real-world apps" as you said.
Thanks,
Neutronium.SPA.Demo is the new template/reference project for Neutronium SPA application.
So here is our app.
Kryptex is a smart cryptocurrency mining app with bitcoin payouts (closed-source). https://www.kryptex.org/

We have chosen Neutronium over Electron, because:
- It saves the C# codebase, you only have to rewrite the UI layer.
- We have a lot of native dependencies. With Electron, you have to draw the C#<->JS codebase line somewhere. There are two different options:
- Singular Electron-Edge-wrapped C# dependencies + all the app logic in Electron-JS.
Useless C#->JS rewriting and lots of
C#(dependencies)<->JS(logic+UI)communication code. - One large C# executable with all the app logic + Electron-JS UI layer.
Still the
C#(dependencies+logic)<->JS(UI)communication.
- Electron provides cross-platform support, which comes at a price, and we don't need it. Node.js dependencies are not useful for us.
- MVVM is cool.
Thanks for the awesome Neutronium project!
License and copyright notice is on the Help -> About page available from the system tray menu.
ReactiveTrader Neutronium https://github.com/David-Desmaisons/ReactiveTrader/tree/neutronium_implementation
Alternative UI for ReativeTrade application.

Hello there,
we are using Neutronium too. Currently we are rewriting and reworking our software and have chosen Neutronium because we can keep our (tons of) C# Code, whilst also not having to ask our external library providers for a .Net Core variant of their dlls (Which would cost a shitload of money I suppose) AND get the power of webstack design.
Also: Vue.js rocks! <3
A guide screen app for shopping mall.


