Java websocket host?

前端 未结 5 1899
滥情空心
滥情空心 2020-12-16 01:04

I\'m trying some multiplayer game ideas out at the moment and am trying to create a Java application to serve a web browser based multiplayer game.

My development en

5条回答
  •  囚心锁ツ
    2020-12-16 01:25

    Try this lib - https://github.com/mrniko/netty-socketio

    Based on high performance socket lib Netty. It supports latest protocol of Socket.IO server. Several transports including websocket.

    On web side use Socket.IO client javascript lib:

    
    

提交回复
热议问题