Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

kissaten/clojure-queuing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Queuing Example

A barebones Clojure app, which can easily be deployed to Heroku.

This application support the Getting Started with Clojure article - check it out.

Running Locally

Make sure you have Clojure installed. Also, install the Heroku Toolbelt.

Then install RabbitMQ and make sure it's running.

Now download and start the app:

$ git clone https://github.com/heroku/clojure-queuing.git
$ cd clojure-queuing
$ lein repl
user=> (require 'clojure-queuing.web)
user=>(def server (clojure-queuing.web/-main))

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ heroku addons:add cloudamqp
$ git push heroku master
$ heroku open

Documentation

For more information about using Clojure on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published