Creates a new websocket server listener on the provided host name and port (IPv4)
- Parameters
-
ctx | The context where the operation will take place. |
host | The hostname or address interface to bind on. |
port | The port where to listen, or NULL to use default port: 80. |
- Returns
- A reference to a noPollConn object representing the listener or NULL if it fails.
References nopoll_listener_new_opts().