Live data from Hacker News

Show HN: UptimeButler – Website availability monitoring [public beta]

uptimebutler.com

1–8 of 8 posts

Re: Show HN: UptimeButler – Website availability monitoring [public beta]

#3
It 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. 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]

#4

It 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]

#5
post #4

It 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.

Thanks for your feedback!

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]

#6
post #4

It 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.

What are you using for developing web stuff?

Re: Show HN: UptimeButler – Website availability monitoring [public beta]

#7
post #4

Earlier 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?

Right now I'm not webstuffing a lot at work, for small things I'm using Gulp.

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]

#8
post #4

Earlier 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 ...

Looks like they're working on it http://info.meteor.com/blog/whats-coming-in-meteor-12-and-be...