aboutsummaryrefslogtreecommitdiff
path: root/www/webgo
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove USE_GZIP (it's default)Alex Kozlov2013-04-171-6/+1
| | | | | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=316012
* - Update to 20120419Julien Laffaye2012-05-144-6/+36
| | | | | | | | PR: ports/167344 Approved by: wen (maintainer) Notes: svn path=/head/; revision=296619
* Bump Go packages for the new Go release.Julien Laffaye2011-11-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286471
* Bump go packages for new go releaseJulien Laffaye2011-10-071-0/+1
| | | | Notes: svn path=/head/; revision=283105
* Update to 20110915 to compile with latest Go release.Julien Laffaye2011-09-222-6/+5
| | | | | | | | | PR: ports/160479 Submitted by: myself Approved by: wen (maintainer, private e-mail) Notes: svn path=/head/; revision=282182
* - Update to 0.1.0.20110531Wen Heping2011-06-012-3/+3
| | | | Notes: svn path=/head/; revision=274906
* web.go is the simplest way to write web applications in the Go programmingWen Heping2010-11-253-0/+44
language. It's ideal for writing simple, performant backend web services. web.go should be familiar to people who've developed websites with higher-level web frameworks like sinatra, pylons, or web.py. It is designed to be a lightweight web framework that doesn't impose any scaffolding on the user. Some features include: * Routing to url handlers based on regular expressions * Secure cookies * Support for fastcgi and scgi * Web applications are compiled to native code. This means very fast execution and page render speed * Serving static files WWW: https://github.com/hoisie/web.go Notes: svn path=/head/; revision=265127