clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Update examples and docs #629

Closed KingMob closed 1 year ago

KingMob commented 2 years ago

First, while the aleph.io literate documentation site is cool, we aren't currently keeping it up-to-date, and would have to bug Zach for access if we wanted to. On top of that, in recent years, cljdoc.org has emerged as the standard bearer for clj documentation. I'd like to convert the examples and literate docs into articles or something so that users of cljdoc.org can read them.

Along with that, the current routing in examples is based off Compojure, which is not very popular these days. I'd like to switch to reitit, or something more data-driven.

To do: