TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Run/Schedule stand-alone scripts on a REST endpoint

6 pointsby dkeixmover 8 years ago

4 comments

guessmynameover 8 years ago
You might want to disable debug mode <i>(aka. show_exceptions setting)</i> unless you want people to have access to sensitive information like the one contained in the <i>&quot;firebase.rb&quot;</i> file or <i>&quot;&#x2F;root&#x2F;nginx-unicorn-sinatra&#x2F;app.rb&quot;</i>. Sending an invalid User-Agent as part of the HTTP requests <i>(like one with Unicode characters)</i> makes the web application fail and respond with a dump of the global _SERVER variable with additional information provided by the Sinatra framework:<p><pre><code> curl -H &quot;User-Agent: Foo — Bar&quot; &quot;http:&#x2F;&#x2F;serverlessly.io&#x2F;&quot;</code></pre>
评论 #13239285 未加载
dkeixmover 8 years ago
A tiny serverless computing platform for ruby developers. You can Run&#x2F;Schedule single-purpose ruby scripts on a REST endpoint. I used Redis, Sinatra, Sidekiq to develop the stack, Its running on unicorn &amp; Nginx. Ruby version is 2.3.1p112. Let me know your views on it.
评论 #13223422 未加载
cs0over 8 years ago
I&#x27;m a little concerned that I&#x27;d be signing up using cURL over HTTP and not HTTPS. Any plans to go fully HTTPS?
评论 #13251053 未加载
评论 #13238997 未加载
Sarkieover 8 years ago
it ded
评论 #13222506 未加载
评论 #13221556 未加载