Websocket-Extension/game.project
Björn Ritzl efe9115413
Use the Emscripten websocket library instead of POSIX socket emulation (#33)
* 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
2021-02-18 22:13:53 +01:00

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