13
0
livetrax/libs/surfaces/websockets
Luciano Iam ae4df127ad
WebSockets: implement a JavaScript object-oriented client API
Replace previous callback based basic client with an easier
to use object-oriented API that further abstracts the low level
details of the WebSockets Server surface messaging protocol.

All built-in web surface demos were updated to use the new API.
2020-06-10 19:47:37 +02:00
..
ardour_websockets.cc
ardour_websockets.h
client.cc
client.h
component.cc WebSockets: add transport roll support to surface 2020-04-20 22:59:15 +02:00
component.h WebSockets: add transport roll support to surface 2020-04-20 22:59:15 +02:00
dispatcher.cc WebSockets: implement a JavaScript object-oriented client API 2020-06-10 19:47:37 +02:00
dispatcher.h WebSockets: output position time in seconds 2020-04-20 22:59:16 +02:00
feedback.cc WebSockets: add some TO DO comments 2020-04-22 21:59:35 +02:00
feedback.h
globals.cc WebSockets: transport surface implementation 2020-04-20 22:59:16 +02:00
globals.h WebSockets: output position time in seconds 2020-04-20 22:59:16 +02:00
interface.cc
json.cc WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00
json.h WebSockets: fix guard header in json.h 2020-04-22 21:59:35 +02:00
manifest.cc WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00
manifest.h WebSockets: compatibility fixes for Windows 2020-04-21 15:53:27 +02:00
message.cc WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00
message.h
resources.cc WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00
resources.h WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00
server.cc Fix support for older libwebsocket versions 2020-06-10 15:58:47 +02:00
server.h WebSockets: leverage LWS_WITH_GLIB 2020-05-28 18:56:21 +02:00
state.cc
state.h WebSockets: output position time in seconds 2020-04-20 22:59:16 +02:00
strips.cc WebSockets: add checks for VCA stripables 2020-04-21 15:53:27 +02:00
strips.h
typed_value.cc
typed_value.h
wscript WebSockets: also json-escape strings in state messages 2020-04-22 21:59:35 +02:00