0.0.9 • Published 9 years ago

pkunk v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

pkunk

Javascript/Go web framework

Sorry the docs are pretty sparse ATM. The general idea behind this framework is to make it easy to write an app completely in Javascript for the frontend, and using simple Go for the backend.

Pkunk gives you basic packing of CSS and Javascript into a file based on their MD5 (with auto generation on file reload). Usually you would combine this with something like webpack or browserify, but this is not required.

See examples/static/ for a static website that doesn't use webpack, and examples/react/ for a webpacked website using React for UI rendering.

examples/todo/ is a fancypants test using github.com/yobert/undb for replicating data between javascript and go. It's missing some assets at the moment but I'll fix that soon.

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago