Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 423 Bytes

README.md

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