Show HN: UptimeButler – Website availability monitoring [public beta]
1–8 of 8 posts
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#2Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#3For the workers which perform the availability checks, we use C# applications running on Linux with Mono. Fortunately we got into the BizSpark program from Microsoft, which allows us to launch our public beta with very little private equity.
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#4It was a lot of fun developing UptimeButler and we learned a lot. For the actual web app we decided to give Meteor a try. The hardest part there was, that some packages contain a lot of "magic" :) But in the end, we had a pretty good feeling what we could use out of the box and what had to be done by hand. For the workers which perform the availability checks, we use C# applications running on Linux with Mono. Fortun…
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#5It was a lot of fun developing UptimeButler and we learned a lot. For the actual web app we decided to give Meteor a try. The hardest part there was, that some packages contain a lot of "magic" :) But in the end, we had a pretty good feeling what we could use out of the box and what had to be done by hand. For the workers which perform the availability checks, we use C# applications running on Linux with Mono. Fortun…
I tried Meteor but could not get around the slow hot-reload. 5 to 10 seconds, I just could not withstand it.
Thats very true! It's a little annoying that you have to wait this long on every change ...
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#6It was a lot of fun developing UptimeButler and we learned a lot. For the actual web app we decided to give Meteor a try. The hardest part there was, that some packages contain a lot of "magic" :) But in the end, we had a pretty good feeling what we could use out of the box and what had to be done by hand. For the workers which perform the availability checks, we use C# applications running on Linux with Mono. Fortun…
I tried Meteor but could not get around the slow hot-reload. 5 to 10 seconds, I just could not withstand it.
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#7Earlier quoted context omitted.
I tried Meteor but could not get around the slow hot-reload. 5 to 10 seconds, I just could not withstand it.
What are you using for developing web stuff?
In my spare time I'm experimenting with Webpack & React, but the complexity overhead will probably push me towards simpler frameworks.
I miss the simplicity of Meteor.
Re: Show HN: UptimeButler – Website availability monitoring [public beta]
#8Earlier quoted context omitted.
I tried Meteor but could not get around the slow hot-reload. 5 to 10 seconds, I just could not withstand it.
Thanks for your feedback! Thats very true! It's a little annoying that you have to wait this long on every change ...