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.

Dropbox deployment for front-end devs

64 pointsby colevscodeover 12 years ago

6 comments

bradleylandover 12 years ago
This might be premature, but I think what you're doing here is brilliant. I know so many designers-come-web-developers who struggle with the back-end portion of web development. Many use cases simply don't need the full flexibility of a web app framework, but do need more than what you can cobble together with outside tools like the various embeddable form tools and widgets.<p>IMO, the authentication &#38; authorization portion of your app is going to make or break the result. I'd like to make a suggestion. There is an authorization library for Rails named CanCan. It uses a declarative definition for authorization that is similar (loosely) to what you've got going right now. There is also an extension for CanCan called Cantango, which builds out the concept of roles as packages of permissions.<p>Again, I'm speaking really loosely here, but it looks like you're still working on this portion of the product, and these libraries work in a way that I think makes sense to your target market. The declarative style is a good fit for font end developers. You simply describe how you'd like users to interact with the API, and you're done. If you incorporated some of the ideas from these two libraries, I'd be really thrilled :)<p>Can't wait to recommend this.<p><a href="https://github.com/ryanb/cancan" rel="nofollow">https://github.com/ryanb/cancan</a><p><a href="https://github.com/kristianmandrup/cantango" rel="nofollow">https://github.com/kristianmandrup/cantango</a>
评论 #4944623 未加载
whatupdaveover 12 years ago
Awesome! Took about 60 seconds to get an app running with live updating.
ernestiparkover 12 years ago
The dropbox deployment is fantastically easy and I can see myself using this for quick front-end mockups. As for the backend portion of your service, it'd be nice to see an example or a link to an example on the front page. It wasn't immediately clear to me that you were a backend-as-a-service and I thought this was just a Dropbox deploy service, even after looking at the homepage. Good luck!
isnotchicagoover 12 years ago
Small typo on the "What's next?" page after you create a new app:<p>``They will be in your Dropbox folder under the followng path:``<p>Should be "following", not "followng".
newobjover 12 years ago
How is this done atomically? e.g. a scattering of html/js/css coming down in random order is going to cause issues, for sure.
评论 #4944772 未加载
chrislloydover 12 years ago
Man the live updating is pretty sweet.