Releases: mvc-works/ws-edn.cljs
Releases · mvc-works/ws-edn.cljs
Stable release
upgrade deps and scripts
Details #3 .
Add ^js annotations on ws object
In previous version, code might be broken due to Closure Compiler optimizations of mungling properties. This is a fix by adding ^js
.
Add ws-connected? to detect connection
0.1.2 add function ws-connected? ; bump 0.1.2
Reduce usage of exclamation marks
For events, exclamation marks are not useful. Now they are removed.
Add wss-each!
wss-each!
iterates each socket and broadcasting is available.
Early release, working prototype
Basic features like creating a server and connect on a client.