mmm, not sure if doing this counts as using 77 lines of code:<p><pre><code> import (
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"
"github.com/olahol/melody"
"net/http"
"sync"
)
</code></pre>
But still impressive.
Is there any documentation around? I have no idea how any of this code works, and it doesn't seem to similar to the web apps that I have seen before. Haven't worked with melody before either...