An application which allows to manage users and their phones, a simple phonebook that is.
- Go
- Js
- Websockets as a transport, JSON RPC as a communcation protocol
- dep as a dependency management tool for Go
- MySQL
- Install MySQL
- go get github.com/Darkren/phonebook
- cd ~/go/src/github.com/Darkren/phonebook
- go get github.com/Darkren/go-config
- go get github.com/Darkren/graceful
- go get github.com/go-sql-driver/mysql
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket
- mysql -u root -p < initdb.sql
- go build
- ./phonebook