Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/1184
  
    Hello NiFi developers,
    
    This PR contains a new set of WebSocket support components.
    
    At least there're two WebSocket processors available on GitHub already, 
[nifi-websocket](https://github.com/xmlking/nifi-websocket) by @xmlking , and 
[nifi-websockets-bundle](https://github.com/acesir/nifi-websockets-bundle) by 
@acesir. I appreciate these projects providing WebSocket support for NiFi, and 
wanted to merge the capability to Apache NiFi code base. I referred these 
existing projects, and add few functionalities and Unit Test codes.
    
    Features:
    - As a WebSocket client to connect a remote WebSocket server
    - As a WebSocket server to receive connection from remote WebSocket clients
    - Receive and send text messages as well as binary messages
    - Secure communication (using SslContextService) is supported
    
    It may look more complex, so for the description purpose, I wrote a blog 
post about how it works, and how it's designed. Please check this post as well, 
[NiFi WebSocket 
Support](http://ijokarumawak.github.io/nifi/2016/11/04/nifi-websocket/).
    
    Any comment or advice would be appreciated, thanks in advance!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to