WebSocket output with Logstash - use ws://host:port

Hello,

I 'm trying use logstash to send data in a websocket and also in Elasticsearch.
I have already install logstash-output-websocket and logstash-input-websocket 's plugin,
adding the websocket's syntax in my logstash.conf file .

websocket {
port => 3232
host => localhost
}

So send data to Elasticsearch it's always work but for the websocket when i use this url : ws://127.0.01:3232
Nothing happening.

So i don't see for the moment how really use it...

Thanks

Problem resolved, just careless mistake ..
To see the sending data to a Websocket we must to create a Websocket client ( HTML,JS or JAVA, .. ) to use "ws://host:port"