Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markzhai/gowebserver
A web server use Go language, includes authentication.
https://github.com/markzhai/gowebserver
Last synced: about 1 month ago
JSON representation
A web server use Go language, includes authentication.
- Host: GitHub
- URL: https://github.com/markzhai/gowebserver
- Owner: markzhai
- License: gpl-3.0
- Created: 2016-10-27T10:52:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T14:42:24.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T12:17:24.424Z (about 1 month ago)
- Language: Go
- Size: 814 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoWebServer
A web server use Go language, includes authentication.
# Dependency
- [asaskevich/govalidator](http://github.com/asaskevich/govalidator)
- [dgrijalva/jwt-go](http://github.com/dgrijalva/jwt-go)
- [fsnotify/fsnotify](http://github.com/fsnotify/fsnotify)
- [jinzhu/inflection](http://github.com/jinzhu/inflection)
- [julienschmidt/httprouter](http://github.com/julienschmidt/httprouter)
- [lib/pq](http://github.com/lib/pq)
- [crypto/bcrypt](http://golang.org/x/crypto/bcrypt)
- [crypto/blowfish](http://golang.org/x/crypto/blowfish)
- [sys/unix](http://golang.org/x/sys/unix)