juxt / edge

A Clojure application foundation from JUXT
https://juxt.pro/edge/
MIT License
506 stars 62 forks source link

Provide an enhanced pretty printing socket server function #58

Closed SevereOverfl0w closed 5 years ago

SevereOverfl0w commented 5 years ago

It would be quite useful for production environments to have an override socket server they can use which pretty prints results. Maybe using fipp/puget, but most likely just using clojure.pprint/pprint as it's built-in, and production-time dependencies aren't wanted usually.

SevereOverfl0w commented 5 years ago

This is done.