|
|
|
|
|
by abc126589
2200 days ago
|
|
Indeed. The original version was C#/WPF and worked on windows only. I got so many requests for a Mac version and knew it was decent demand. So I switched to electron: 1 code base works for Mac and windows plus has automatic updates for when bug fixes are released etc. And sure enough Mac users account for 30% for the revenue today. Another advantage is that it runs completely on the user's computer. So I have no database or back-end to maintain. There is only a small server to generate licenses + handle some analytics the app emits both built on ASP.NET. The only data I store is in a Microsoft Azure table. I pay around $2 a month for all azure costs. |
|