mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 16:02:18 +02:00
Updated readme
This commit is contained in:
14
README.md
14
README.md
@@ -1,4 +1,12 @@
|
|||||||
# Native extension template
|
# Defold websocket extension
|
||||||
This template contains the basic setup for creation of a Defold native extension.
|
|
||||||
|
|
||||||
You can learn more about native extensions in the [official manual](https://www.defold.com/manuals/extensions/).
|
## Installation
|
||||||
|
To use this library in your Defold project, add the following URL to your `game.project` dependencies:
|
||||||
|
|
||||||
|
https://github.com/defold/extension-websocket/archive/master.zip
|
||||||
|
|
||||||
|
We recommend using a link to a zip file of a [specific release](https://github.com/defold/extension-websocket/releases).
|
||||||
|
|
||||||
|
## API reference
|
||||||
|
|
||||||
|
https://defold.com/extension-websocket/api/
|
Reference in New Issue
Block a user