# README
yaaf-common-net
Collection of network facilities and web technologies: web server, REST, web sockets, SMTP etc
About
This library includes some concrete implementations of web servers for:
- REST server
- Web Socket client and server
- Static files web server
This library depends on the yaaf-common
interface library
Adding dependency
$ go get -v -t github.com/go-yaaf/yaaf-common-net ./...
Publishing module
$ GOPROXY=proxy.golang.org go list -m github.com/go-yaaf/[email protected]