Reputation: 711
I'm newbie in pedestal, please advise.
AFAIK, pedestal is service + js application (browser based). Communication through keep alive connection (long), render on client side.
Is it possible to use pedestal in the usual web way - request-response? Can libraries like Hiccup or Enlive be used?
And is it possible to have iPhone application via PhoneGap? Maybe someone has had previous experience with this?
Thanks!
Upvotes: 1
Views: 555
Reputation: 20245
Yes it is possible to use Pedestal in Request/Respons applications. I highly recommend that you check the sample application provided by Pedestal.io team:
https://github.com/pedestal/samples/blob/master/template-server/src/template_server/service.clj
Upvotes: 3