Neutronium icon indicating copy to clipboard operation
Neutronium copied to clipboard

A list of apps that use Neutronium

Open o2genum opened this issue 8 years ago • 7 comments
trafficstars

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.

o2genum avatar Mar 16 '17 16:03 o2genum

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,

David-Desmaisons avatar Mar 16 '17 19:03 David-Desmaisons

Neutronium.SPA.Demo is the new template/reference project for Neutronium SPA application.

David-Desmaisons avatar Nov 19 '17 03:11 David-Desmaisons

So here is our app.

Kryptex is a smart cryptocurrency mining app with bitcoin payouts (closed-source). https://www.kryptex.org/

screenshot_white_v2_en

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:
  1. 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.
  2. 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.

o2genum avatar Dec 18 '17 04:12 o2genum

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

inf0rmatix-old avatar Apr 16 '18 07:04 inf0rmatix-old

A guide screen app for shopping mall.

IMG_0119

rsxxg-50mr8

HADB avatar Aug 26 '19 06:08 HADB