With more and more sites / apps built with the "thick-client" mindset 
(SPAs, React/React Native, etc) I found that I needed something like 
Wordpress for a great CMS, but for JSON clients, not HTML pages. I wanted 
something like Rails CLI for really fast dev experience, but with better 
concurrency than Ruby.


So I built Ponzu, a project that I hope will help people build backends for 
their content-driven sites and apps: https://github.com/ponzu-cms/ponzu

   - Automatic & Free SSL/TLS
   - HTTP/2 and Server Push
   - Rapid development with CLI-controlled code generators
   - User-friendly, extensible CMS and administration dashboard
   - Simple deployment - single binary + assets, embedded DB (BoltDB 
   <https://github.com/boltdb/bolt>)
   - 
   
   Fast, helpful framework while maintaining control
   
   $ go1.8rc1 get github.com/ponzu-cms/ponzu/...
   
Looking for feedback before I record a video walk-through and re-post later 
this week or next.


p.s. check the wiki <https://github.com/ponzu-cms/ponzu/wiki> for some 
documentation on the various interfaces you can implement on your content 
structs and get lots of control and added features: 
https://github.com/ponzu-cms/ponzu/wiki


Thanks!


screenshot: 

<https://cloud.githubusercontent.com/assets/7517515/20726600/2ecd96a8-b62b-11e6-8589-c00c630ea6cc.png>


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to