mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-26 17:47:42 +02:00
* Switched to direct javascript websockets * Skip the null termination on text messages when pushing * Moved Emscripten callbacks and some other PR improvements * STATE_CONNECT -> STATE_CREATE * Changed disconnect logic * Review feedback
17 lines
282 B
Plaintext
Executable File
17 lines
282 B
Plaintext
Executable File
[bootstrap]
|
|
main_collection = /examples/websocket.collectionc
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[display]
|
|
width = 640
|
|
height = 960
|
|
|
|
[project]
|
|
title = extension-websocket
|
|
_dependencies = https://github.com/GameAnalytics/defold-openssl/archive/1.0.0.zip
|
|
|
|
[library]
|
|
include_dirs = websocket
|