<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged rest api</title>
<link>https://ask.clojure.org/index.php/tag/rest+api</link>
<description></description>
<item>
<title>Background jobs in Clojure?</title>
<link>https://ask.clojure.org/index.php/12633/background-jobs-in-clojure</link>
<description>&lt;p&gt;In Ruby on Rails they have &lt;a rel=&quot;nofollow&quot; href=&quot;https://guides.rubyonrails.org/active_job_basics.html&quot;&gt;ActiveJob&lt;/a&gt; for implementing background jobs. Examples include &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/collectiveidea/delayed_job&quot;&gt;delayed_job&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/resque/resque&quot;&gt;resque&lt;/a&gt;, etc.&lt;/p&gt;
&lt;p&gt;Is there something similar in Clojure?&lt;/p&gt;
&lt;p&gt;Basically, I want to have a REST end-point invocation which queues a long-running task to be run. Though it returns something like a job id immediately, not waiting for the task to finish. The task should continue to run in the background until it completes.&lt;/p&gt;
</description>
<category>Clojure</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12633/background-jobs-in-clojure</guid>
<pubDate>Fri, 03 Feb 2023 09:06:30 +0000</pubDate>
</item>
<item>
<title>looking for full stack example or tutorial</title>
<link>https://ask.clojure.org/index.php/11066/looking-for-full-stack-example-or-tutorial</link>
<description>&lt;p&gt;hi there:&lt;/p&gt;
&lt;p&gt;I want to look for full stack example or even tutorial for Clojure. It must be pure Clojure, namely Clojure rest API vs ClojureScript. I can only find one tutorial on youtube (by looking for &quot;full stack clojure contact book&quot;). However, I have problem reproduce his tutorial. Is there any other helpful resource? Thanks a lot for your suggestion.&lt;/p&gt;
</description>
<category>IO</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11066/looking-for-full-stack-example-or-tutorial</guid>
<pubDate>Sun, 19 Sep 2021 08:51:12 +0000</pubDate>
</item>
</channel>
</rss>