1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

New + better websocket example

This commit is contained in:
bel
2013-12-10 20:41:32 +01:00
parent d4ee6a1dc6
commit aa2cded31f
4 changed files with 193 additions and 114 deletions

View File

@ -9,6 +9,10 @@ extern "C" {
#endif
void websock_init_lib(void);
void websock_exit_lib(void);
void websock_send_broadcast(const char * data, int data_len);
void websocket_ready_handler(struct mg_connection *conn);
int websocket_data_handler(struct mg_connection *conn, int flags, char *data, size_t data_len);
void connection_close_handler(struct mg_connection *conn);