Skip to content

Latest commit

History

History
25 lines (20 loc) 路 423 Bytes

File metadata and controls

25 lines (20 loc) 路 423 Bytes

NotifyApp server

馃摫 Show your mobile's notifications on your computer

Dependencies

Golang websocket implementation by gorilla

go get github.com/gorilla/websocket
go get github.com/gin-gonic/gin

Run

go run main.go

Build

go build main.go

Contribute

Feel free to fork and make pull requests

License

MIT