Timeline for Instant Messaging with WebSocket
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 17, 2020 at 22:14 | comment | added | JimmyJames | You say you want to use websockets but you talk about Java Sockets. A Java Socket is a TCP Socket, not a websocket. Are you actually using websockets? You aren't trying to hand-roll a websocket handler, are you? That's highly inadvisable. | |
| Feb 17, 2020 at 22:10 | answer | added | Dev93 | timeline score: 1 | |
| Feb 17, 2020 at 21:34 | comment | added | Martin K | What's the problem with third party libraries? Redis is popular with storing session state, message queue probably more appropriate to route messages to another server once you have detected which server the other client is on | |
| Feb 17, 2020 at 17:50 | review | First posts | |||
| Feb 17, 2020 at 21:34 | |||||
| Feb 17, 2020 at 17:48 | history | asked | Jeevi | CC BY-SA 4.0 |