tandraschko / quarkus-myfaces

26 stars 6 forks source link

Add Websockets support #14

Closed tandraschko closed 5 years ago

tandraschko commented 5 years ago

Basic support added. Didn't test all cases.

A user need to add: `

io.quarkus
        <artifactId>quarkus-undertow-websockets</artifactId>
    </dependency>`     

in the application and enable sockets via application.config:

javax.faces.ENABLE_WEBSOCKET_ENDPOINT=true

@rmpestano If you have some cases to test, please do :)