issues
search
titoBouzout
/
angelia.io
WebSockets Server and Client for node.js and the browser
https://github.com/titoBouzout/angelia.io
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expose the underlying server
#63
flasaracina
closed
2 years ago
4
server: timeout/ping cannot be customized
#62
titoBouzout
closed
2 years ago
1
server: add an unblocking lane
#61
titoBouzout
opened
2 years ago
0
server: emitting with callbacks can only be done by socket.emit(k, v, cb)
#60
titoBouzout
opened
3 years ago
0
handle binary data by default
#59
titoBouzout
closed
3 years ago
0
server: dispatch an error when emitting to a room with socket as first argument
#58
titoBouzout
opened
3 years ago
0
reuse connection on all tabs
#57
titoBouzout
opened
3 years ago
0
add compression client to client
#56
titoBouzout
opened
3 years ago
0
client: provide both versions with a web worker and without a worker
#55
titoBouzout
closed
3 years ago
1
server: make "track" track arrays and simple values
#54
titoBouzout
opened
3 years ago
0
client: give the sockets a permanent id
#53
titoBouzout
closed
3 years ago
0
client: somehow split buffered messages
#52
titoBouzout
closed
3 years ago
1
server: see what happens when "entity too large"
#51
titoBouzout
closed
3 years ago
1
server: add more signals to onexit
#50
titoBouzout
closed
3 years ago
0
server: refactor server to be a singleton for easy forwarding
#49
titoBouzout
closed
3 years ago
0
client: buffered messages should be dispatched after dev events
#48
titoBouzout
closed
3 years ago
0
client: send initial messages via the url if arent too large
#47
titoBouzout
closed
3 years ago
0
client: merge url search params and Client constructor params
#46
titoBouzout
closed
3 years ago
0
client: detect signature emitting with callback and no data, as socket.emit(key, callback)
#45
titoBouzout
closed
3 years ago
0
client: dispatch callbacks in a setTimeout for preventing Adoble Flash errors when used with ExternalInterface xD
#44
titoBouzout
closed
3 years ago
2
client: emitting with callbacks should allow many arguments
#43
titoBouzout
closed
3 years ago
0
server: add emit raw or something like that to stringify once and emit many times
#42
titoBouzout
closed
3 years ago
0
server: update now before pinging socket
#41
titoBouzout
closed
3 years ago
0
server:ping the socket as soon as it connects
#40
titoBouzout
closed
3 years ago
0
server: add bytesSent
#39
titoBouzout
closed
3 years ago
0
server: check if Im doing nonsense with ipv6 on the socket
#38
titoBouzout
closed
3 years ago
0
server: make an emit delayed, for when you want to emit something frequently but not in ridiculous amounts like not 10 times in a second
#37
titoBouzout
opened
3 years ago
0
server: make the server dispatch nextTick for sockets
#36
titoBouzout
closed
3 years ago
0
server: maybe dispatch messages in nextTick
#35
titoBouzout
closed
3 years ago
0
server: do not print the sockets with the server
#34
titoBouzout
closed
3 years ago
0
server: rename messages listener to proxy and proxy outgoing messages too
#33
titoBouzout
closed
3 years ago
0
server: display server stats on process.exit
#32
titoBouzout
closed
3 years ago
0
server: exit server on process.exit
#31
titoBouzout
closed
3 years ago
0
server: allow to start the server with a hostname
#30
titoBouzout
closed
3 years ago
0
figure out if avoiding bind is doable
#29
titoBouzout
closed
3 years ago
0
client: validate the url
#28
titoBouzout
closed
3 years ago
0
server: maybe make listeners an array for in case we want to listen the same thing more than once
#27
titoBouzout
closed
3 years ago
0
server: allow to add Listeners once the server starts
#26
titoBouzout
closed
3 years ago
0
send a disconnect that doesnt try to reconnect automatically
#25
titoBouzout
closed
3 years ago
0
server: add callback for when the server starts
#24
titoBouzout
closed
3 years ago
1
client: disallow turning off listeners like `socket.off(....)` without a callback
#23
titoBouzout
closed
3 years ago
1
server: add a way to list the current listeners and display from where they come from
#22
titoBouzout
closed
3 years ago
0
client: disconnect on unload to prevent timeouts
#21
titoBouzout
closed
3 years ago
0
initialize the connection with data sent via the url
#20
titoBouzout
closed
3 years ago
0
server: add verifyClient to reject connections
#19
titoBouzout
closed
3 years ago
1
server: the server socket list is list of sockets handed by ws not our socket class
#18
titoBouzout
closed
3 years ago
0
server: onerror and onclose arguments unclear
#17
titoBouzout
closed
3 years ago
1
server: expose socket functions
#16
titoBouzout
closed
3 years ago
0
server: dont listen till we initialize all the stuff
#15
titoBouzout
closed
3 years ago
0
use Object.assign when changing multiple things
#14
titoBouzout
closed
3 years ago
0
Next