1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00
Former-commit-id: 75992b3aeae2228a7a7f0e698ce78b2f323cc33a
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-01-20 00:00:54 +02:00
parent 3dc3fa10ee
commit d451335aa2
3 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ func main() {
app.RegisterView(iris.HTML("./templates", ".html")) // select the html engine to serve templates
ws := websocket.New(websocket.Config{
// to enable binary messages (useful for protobuf):
// BinaryMessages: true,
// to enable binary messages (useful for protobuf):
// BinaryMessages: true,
})
// register the server on an endpoint.