Domanda

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!

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top