netty-socketio-demo
netty-socketio-demo copied to clipboard
netty-socketio demo
Ssl demo doesn't work at the moment: 1. The server is successfully started (through the [SslChatLauncher](https://github.com/mrniko/netty-socketio-demo/blob/master/server/src/main/java/com/corundumstudio/socketio/demo/SslChatLauncher.java)class). Unfortunately, the client [(ssl-event-index.html)](https://github.com/mrniko/netty-socketio-demo/blob/master/client/ssl-event-index.html)) doesn't work - the following is printed to console: `socket.io.js:2...
```java com.corundumstudio.socketio.demo.ChatLauncher.java ``` and ```java com.corundumstudio.socketio.demo.EventChatLauncher.java ``` have the same content
netty-socketio + springboot,How to integrate? How to annotation? What's the order?
when i change server.addEventListener("chatevent", ChatObject.class, new DataListener() { @Override public void onData(SocketIOClient client, ChatObject data, AckRequest ackRequest) { System.out.println(data.getUserName() + ": " + data.getMessage()); } }); to server.addEventListener("chatevent", ChatObject.class, (client,...
HI: In the web page, If don't use the json protocol and use the protobuf protocol, how do I change the server? Thank you very much!!!!!!
Собственно вопрос здесь: https://ru.stackoverflow.com/questions/675069/android-socket-io-посыл-данных-всем-клиентам-в-виде-byte но думаю тут лучше знают ответ Заранее спасибо.
Using ChatLauncher, I am not getting how can server send message to all connected clients. Current implementation only when any client send message it broadcast to all. In this case...
From the simplelogger?
import org.redisson.core.MessageListener; can not be found.