TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Deployd: Create RESTful JSON APIs using a GUI interface

88 点作者 renownedmedia超过 12 年前

15 条评论

yuvadam超过 12 年前
<i>"By removing the complexity of backend development, Deployd lets you focus on the part of your app that really matters: the front-end"</i><p>/sigh.
评论 #4554595 未加载
simonw超过 12 年前
When I see products like this I always feel like I need a "hacker summary" of them. After some digging around it looks like Deployd is a Node.js/JavaScript application server - you download it and run it, it has a self-contained web server with a default interface, a set of command line tools for managing it and ships with a NoSQL-style data store (in bundles MongoDB). Have I missed anything?
评论 #4563399 未加载
评论 #4558354 未加载
PabloOsinaga超过 12 年前
Great Work.<p>suggestion: I would frame it differently - the coolness of what you are doing has nothing to do with the GUI part, but rather, the fact that it is a BaaS (backend as a service) open source. It's a simplified meteor, or an open source parse.<p>BTW - it is funny how things circle back - we are coming back to a client-server era. Much like the VB6 days :)
评论 #4554503 未加载
评论 #4555576 未加载
评论 #4553960 未加载
pilgrim689超过 12 年前
The title here is wrong, I believe. The APIs produced by this tool are not REST APIs. It doesn't seem possible to be able to satisfy the HATEOAS constraint, and a few other REST conditions are not satisfied. See: <a href="http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven" rel="nofollow">http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hyperte...</a>
bgnm2000超过 12 年前
GUI Interface. You're kidding right?<p><a href="http://www.youtube.com/watch?v=hkDD03yeLnU" rel="nofollow">http://www.youtube.com/watch?v=hkDD03yeLnU</a>
评论 #4553852 未加载
评论 #4554257 未加载
thisisdallas超过 12 年前
I would love to look at the docs and tutorials but I keep getting:<p>An error has occurred: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"}<p>Either way, this looks like an awesome product and I can't wait to learn more.
评论 #4554331 未加载
thedangler超过 12 年前
I like it. But it would be nice to have the option to deploy on my own server.
评论 #4554119 未加载
评论 #4553945 未加载
jkbr超过 12 年前
This looks pretty interesting.<p>A small thing: For cancelled DELETE requests like shown in the video, it would be better to return 403 Forbidden [1] instead of 400 Bad Request [2]:<p><pre><code> 10.4.1 400 Bad Request The request could not be understood by the server due to malformed syntax. </code></pre> Vs.<p><pre><code> 10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. </code></pre> [1] <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10...</a><p>[2] <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10...</a>
评论 #4554340 未加载
vyrotek超过 12 年前
<i>An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}</i>
评论 #4554249 未加载
pfraze超过 12 年前
This looks like it could be pretty good for prototyping, or maybe a small, low-risk project. It gives the user JS event handlers for server-side events, and there's a simple API for behavior ("protect('model_attr')", "error('the message')"). Not bad.
评论 #4554723 未加载
naturalethic超过 12 年前
Are you running your website with deployd? Because it's down :)<p>An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
评论 #4555004 未加载
jpincheira超过 12 年前
Having played around with Parse and StackMob, I agree with fellows HNers that the great importance of Deployd is that it is an open source BaaS. I loved the interface and the custom server side code validation, just like the feature that Parse recently launched. Keep it up!
adparadox超过 12 年前
It looks like their server is melting. Their demo video is here: <a href="http://www.youtube.com/watch?v=I_Jq1BVj6D0&#38;feature=player_embedded" rel="nofollow">http://www.youtube.com/watch?v=I_Jq1BVj6D0&#38;feature=playe...</a>.
mmanfrin超过 12 年前
I feel like you played techphrase roulette to come up with this idea.
just2n超过 12 年前
Where's the hypermedia?