prakis·há 2 anos·discussYes, it is confusing. It took me sometime to realize their product name itself is framework.
prakis·há 2 anos·discussWe built simple tool for devs https://HelloEle.com, you can use it along with S3 or BackBlaze.
prakis·há 2 anos·discussThere is a huge demand for Pi clones in the Industrial segment. Check RevolutionPi.com. $200 for a single Pi is cheap, the equivalent Intel Box costs close to $2000, yes 10x. It's even difficult to get decent number of Industrial Pis on time.
prakis·há 3 anos·discussI never used D-lang in any production application.But for an IOT prototype where the executable size and performance were very important we benchmarked D also along with Go and C#.NET Core.I made the same prototype in Go, C#, Java(GraalVM Native Compile) and D-lang. The results were surprisingly positive for D-lang.Best Peformance -> D-lang, next Go and then Java(GraalVM), C#.NET Core.Executable Size -> D-lang:500kb, Go: 2.5 MB, C# : 11MB, Java(GraalVM):8MB.Our major concern with D-lang was lack of dependable(tested) standard libraries.