hanasu icon indicating copy to clipboard operation
hanasu copied to clipboard

A very light weight, simple websocket based messaging system in Clojure(Script). Converse/talk 話す(hanasu).

Results 1 hanasu issues
Sort by recently updated
recently updated
newest added

I get an unexpected response code error when I use ```cli/open-connection```. The error is thrown in ```ws/connect url {...}``` at ```clojure (let [... socket (js/WebSocket. url protocols) ...] ``` in...