Skip to content

XScripter/channels

 
 

Repository files navigation

Channels

Channels was built as a mini-forum for the PyCon 2012 conference as a demo of what can be achieved through the DISQUS API. Since its inception, the codebase took a turn towards the more complex, and now represents a reasonable demo of how you can build a write-through cache (or as we like to call them, materialized views), on top of something like DISQUS.

The site was originally launched on pycon.disqus.com, but is mostly agnostic to its purpose other than a few chunks of code that are geared towards "sessions".

Caveats

The system works as a valid-forever write-through cache. In the current implementation this means that if data is changed (or created) outside of the platform, it will never get pushed into the cache (unless you empty it).

About

A demo of a modern forum powered by DISQUS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.7%
  • Python 31.8%
  • CoffeeScript 13.1%
  • HTML 10.8%
  • CSS 5.5%
  • Makefile 0.1%