1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

examples: improve the server-sent events example with a table and javascript use...

Former-commit-id: 20a6dd0e62679b20fefb2f0a7819c158247a3ca1
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-08-03 01:59:19 +03:00
parent 5d9ded37c4
commit 21e90ac4c5
5 changed files with 58 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/r3labs/sse"
)
// First of all install the sse third-party package (you can use other if you don't like this approach)
// First of all install the sse third-party package (you can use other if you don't like this approach or go ahead to the "sse" example)
// $ go get -u github.com/r3labs/sse
func main() {
app := iris.New()