简体   繁体   中英

Standalone Socket.IO server in Java

I am looking for a simple Socket.IO server written in Java.

I am familiar with this one , but it has a dependency on servlets, which I am not using in my application.

I am looking for something similar to this , but supports all of the Socket.IO protocol, not just the WebSocket part.

EDIT : this also means no Jetty, etc.

Try this lib:

https://github.com/mrniko/netty-socketio

Based on high performance socket lib Netty.

It supports latest protocol of Socket.IO server.

鉴于大多数具有生产能力的基于Java的服务器都基于Servlet标准,我认为不存在任何此类实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM