Discover Packages
github.com/SimonWaldherr/GoRealtimeWeb
command
module
Version:
v0.0.0-...-b30ad81
Opens a new window with list of versions in this module.
Published: Sep 18, 2017
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
GoRealtimeWeb
Examples how to write realtime web applications in Golang
This repository contains examples for the following real-time implementations:
Most of the long polling systems close the connection after each transmission from the server, with the help of oboe.js this example can handle multiple messages from the server in realtime without closing/reconnecting.
howto
install dependencies go get golang.org/x/net/websocket
run the go script go run realtimeweb.go
open http://localhost:8000 and choose an example
connect to localhost port 8001 via telnet (telnet localhost 8001
)
have fun
info
for more informations about real-time technologies you can read this excelent stackoverflow article (AJAX vs Long-Polling vs SSE vs Websockets vs Comet) .
license
MIT (see LICENSE file)
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.