wfdr
wfdr copied to clipboard
Simple web framework for go, still quite beta at this point
The base module right now uses an entirely homebrew solution (based on `go`) in order to achieve the effect of a reverse http proxy. Although it works reasonably well and...
This issue has been bugging me for some time- the `base/` and `mobile/` directories within all of the module asset folders (`css/`, `img/`, `js/`, etc) are awkward to work with,...
The framework right now has lots of libraries that really don't necessarily belong with the framework, but are there as remnants of this being an internal project that started before...
On my machine, at least, occasionally the `wfdr` command will panic somewhere in the rpc library when attempting to communicate with the daemon. As far as I know, this is...
Due to hard-coded listening ports in each of the modules, it's very possible that two modules could end up listening on the same port. The framework should solve this by...