Live data from Hacker News

42 as a Service

fortytwo-as-a-service.herokuapp.com

11–20 of 69 posts

Re: 42 as a Service

#13
You can use HAProxy or the nginx echo module for this. You don't even need to bother creating an index file to be served.

    location / {
        echo "42";
    }
In fact, I wonder if I could use iptables to return a string...

Oh, even better - There's probably a jQuery plugin for this!

Post reply on HN