Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)