I spent this weekend getting my head around Pedestal, and am liking a lot it so far. Thanks!
Where is the best place to ask for help regarding Pedestal specific issues? >From the templates, I created a service and an app, and would now like to hook them up in my development aspect. Considering I have two projects and they want to use different ports (3000 & 8080), what is the most convenient way to do this? I thought to configure the aspect with ":use-api-server? true", like the chat client sample (commit d765b993ed5fa7b5306877f78121916cc731532a), but that gets a 404 Not Found when the dev page redirects to port 8080, so I've not yet seen successful development mode use. Cheers, Si On Friday, March 22, 2013 3:52:07 PM UTC+1, Alex Redinton wrote: > > Hello! > > At Relevance, we have been working on a way to build applications > delivered over the web for some time, and unveiled our work at > Clojure/West. > > If you missed it, our work is called Pedestal, and while it is still > immature and in an alpha state, we've opened it up and are interested > in receiving people's feedback. > > We consider this a solution for delivering applications where most of > the interaction happens in the browser, where delivering information > to browsers should happen quickly and responsively, and where servers > are primarily responsible for processing data, not creating and > transmitting presentations. > > If you'd like to learn more, please visit the project's website at > http://pedestal.io > > To see some sample applications, please checkout and review our sample > Git repository hosted at http://github.com/pedestal/samples > > To start with a new pedestal application, you can do: > > lein new pedestal-application <your app name> > > To start a new pedestal service, you can do: > > lein new pedestal-service <your app name> > > Please let us know what you think! > > -Alex Redingotn > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.