Autobahn websocket implementation
郭修平
2023-12-01
Autobahn|Android is an open-source networking library for Java/Android created by the Autobahn project that implementsthe WebSocket Protocol andthe Web Application Messaging Protocol (WAMP)for creating native mobile WebSocket/WAMP clients.WebSocket allows bidirectional real-time messaging on the Web.WAMP adds asynchronous Remote Procedure Calls and Publish & Subscribe for applications in one protocol.WAMP is ideal for distributed, multi-client and server applications, such as multi-user database-drive business applications, sensor networks (IoT), instant messaging or MMOGs (massively multi-player online games) .WebSocketsupports WebSocket RFC6455, Draft Hybi-10+ and WAMP v1