반응형
Web.go: Create web applications with Go
Web.go is an easy way to create web applications using Go, a lightweight web app framework that doesn’t impose any kind of scaffolding on the user. It’s great for creating simple, performant backend web services.
web.go is the simplest way to write web applications in the Go programming language. It's ideal for writing simple, performant backend web services.
Overview
web.go should be familiar to people who've developed websites with higher-level web frameworks like sinatra 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
- Efficiently serving static files
반응형
'프로그래밍 > Web' 카테고리의 다른 글
NudgePad: Faster prototyping in your browser (0) | 2013.12.02 |
---|---|
Martini: Web development with Go (0) | 2013.11.21 |
InfluxDB: An open source database with no dependenceis (0) | 2013.11.13 |
[IE 10] How to enable IFRAME in Internet Explorer 10? IE 10 에서 iframe이 안보이면 (0) | 2013.11.11 |
[HTML5] PuzzleScript: An open-source HTML5 game engine (0) | 2013.11.07 |