문제

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