Skip to content

Releases: mvc-works/ws-edn.cljs

Stable release

Choose a tag to compare

@tiye tiye released this 24 Aug 16:10
0.1.4

release 0.1.4

upgrade deps and scripts

Pre-release

Choose a tag to compare

@chenyong chenyong released this 18 Aug 09:53

Details #3 .

Add ^js annotations on ws object

Choose a tag to compare

@chenyong chenyong released this 03 Jan 03:13

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

Choose a tag to compare

@tiye tiye released this 29 Dec 17:50
0.1.2

add function ws-connected? ; bump 0.1.2

Reduce usage of exclamation marks

Choose a tag to compare

@tiye tiye released this 14 Dec 18:13

For events, exclamation marks are not useful. Now they are removed.

Add wss-each!

Choose a tag to compare

@tiye tiye released this 13 Dec 18:13

wss-each! iterates each socket and broadcasting is available.

Early release, working prototype

Choose a tag to compare

@tiye tiye released this 13 Dec 18:12

Basic features like creating a server and connect on a client.