The sample which treats to Websocket the data which carried out Base64+ZIP compression by PlayFramework
- $ git clone https://github.com/anagotan/play_websocket_compressed.git
- $ cd play_websocket_compressed
- $ play run
- $ redis-server &
- browser accesss to "http://localhost:9000/board?code=aaaaa"
- $ redis-cli publish "aaaaa" "{"data":"abcdefghijkl"}"
- show "abcdefghijkl" in browser