diff --git a/content/roadmaps/109-golang/content/106-go-realtime-communication/100-melody.md b/content/roadmaps/109-golang/content/106-go-realtime-communication/100-melody.md index 99e1476c7..b459b1975 100644 --- a/content/roadmaps/109-golang/content/106-go-realtime-communication/100-melody.md +++ b/content/roadmaps/109-golang/content/106-go-realtime-communication/100-melody.md @@ -1 +1,6 @@ -# Melody \ No newline at end of file +# Melody + +Melody is websocket framework based on [github.com/gorilla/websocket](https://github.com/gorilla/websocket) that abstracts away the tedious parts of handling websockets. It gets out of your way so you can write real-time apps. + +Free Content +GitHub Repository \ No newline at end of file