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!

有帮助吗?

解决方案

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

and Pedestal App Tutorial.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top