Skip to content

Pedestal Samples in the Wild

Daemian Mack edited this page Jul 16, 2014 · 15 revisions

pedestal apps in the wild:

  • previewradio - Finds a given album and then plays related albums' previews
  • sse-chat - A simple sse chat that works on heroku
  • link-checker - A multi-threaded link-checker that uses SSE
  • github-authors - Displays stats on a github user's authored repositories with SSE
  • github-contributions - Display a github user's contributions to their forks with SSE
  • emojinator - Emojinates any given url
  • gh-active-issues - List github issues for a maintainer to let users know how many issues are before theirs
  • mindmup - Serves up a mindmap
  • sseve - A simple Pedestal App to help me grok that framework's Server Sent Events
  • dirt-magnet - Accept links via POST and display them with titles in realtime. Includes edn and JSON API.

For more results, see this github search

Clone this wiki locally