AvisoNovate / rook

Smart namespace-driven routing for Pedestal
http://rook.readthedocs.io/en/latest/index.html
Apache License 2.0
75 stars 11 forks source link

Pivot: make Rook work with Pedestal #50

Open hlship opened 8 years ago

hlship commented 8 years ago

I think the core concept of Rook: expose namespaces as endpoints, combined with its secondary feature: do something sensible with endpoint function parameters, is very powerful.

I think Rook may be better off as an alternate dispatch table generator for Pedestal.

More thoughts on this as I dig down.

hlship commented 8 years ago

Could go from current Rook stuff, with minor changes, to the Pedestal table or terse format. Terse might be better, as that's already hierarchical. Route names could be keyword-ized qualified symbol names for functions.