Deployd: Create RESTful JSON APIs using a GUI interface
31–40 of 46 posts
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#32Re: Deployd: Create RESTful JSON APIs using a GUI interface
#33This 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.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#34Re: Deployd: Create RESTful JSON APIs using a GUI interface
#35"By removing the complexity of backend development, Deployd lets you focus on the part of your app that really matters: the front-end" /sigh.
Why the /sigh? Is it because you don't agree that backend development is complex? Or do you feel differently about the front-end being the part that really matters? Personally, I'm impressed by this. It seems to me a compromise between MeteorJS/FireDB and "traditional" stacks. It also comes with its own environment to organize my code? Something about that is a little appealing. Maybe limiting too, but appealing.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#36Are you running your website with deployd? Because it's down :) An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
An error has occurred: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"}
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#37Great Work. 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. BTW - it is funny how things circle back - we are coming back to a client-server era. Much like the VB6 days :)
(I work at deployd) Yes, the cycle is funny. We don't usually focus on the GUI when talking about deployd; someone outside the company posted with this headline. Open source was a no-brainer for us. There are some other key concepts that make it a compelling tool, particularly how easily extensible the platform is.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#38Re: Deployd: Create RESTful JSON APIs using a GUI interface
#39Earlier quoted context omitted.
You can, it's open source. The environment just needs to support Node and Mongo.
> The environment just needs to support Node and Mongo. Shouldn't this be displayed on the homepage somewhere?
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#40Great Work. 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. BTW - it is funny how things circle back - we are coming back to a client-server era. Much like the VB6 days :)
I haven't downloaded it yet, so perhaps I'm missing something. But our thought was that it mimicked the VB6 "Place Code Here" mentality.