{"id":64370,"library":"nv-websocket-client","title":"NV WebSocket Client","description":"A high-performance WebSocket client library for Java with support for RFC 6455 and extensions.","status":"active","version":"2.14","language":"java","source_language":null,"source_url":"https://github.com/TakahikoKawasaki/nv-websocket-client","tags":["websocket","client","networking","realtime"],"install":[{"cmd":"<dependency>\n  <groupId>com.neovisionaries</groupId>\n  <artifactId>nv-websocket-client</artifactId>\n  <version>2.14</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.neovisionaries:nv-websocket-client:2.14'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WebSocket","correct":"com.neovisionaries.ws.client.WebSocket"}],"quickstart":{"code":"import com.neovisionaries.ws.client.WebSocket;\nimport com.neovisionaries.ws.client.WebSocketFactory;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        WebSocket ws = new WebSocketFactory().createSocket(\"ws://echo.websocket.org\");\n        ws.connect();\n        ws.sendText(\"Hello\");\n        ws.disconnect();\n    }\n}","lang":"java","description":"Connects to a WebSocket server and sends a message."},"warnings":[],"env_vars":null,"search_vec":"'6455':17 'client':3,9,21 'extens':19 'high':6 'high-perform':5 'java':12 'librari':10 'network':22 'nv':1 'perform':7 'realtim':23 'rfc':16 'support':14 'websocket':2,8,20","created_at":"2026-06-17T16:55:12.930812+00:00","updated_at":"2026-06-17T16:55:12.930812+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/TakahikoKawasaki/nv-websocket-client","github":"https://github.com/TakahikoKawasaki/nv-websocket-client","docs":"https://appdoc.app/artifact/com.neovisionaries/nv-websocket-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}