Skip to content

Commit 7f9a32f

Browse files
Added YouTube web feature demo link
1 parent 712a4e7 commit 7f9a32f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Also, a Library bundle with more example scripts is available in the download se
1717

1818
# About TeaScript
1919
**What is new in TeaScript 0.15.0?** TeaScript 0.15 comes with a Web Server / Web Client module preview, full JSON read/write support and more.<br>
20-
<br>Get all infos in the **latest news** article:<br>
20+
<br>**Watch the web feature demo on YouTube:** <br>
21+
https://youtu.be/31_5-IrHcaE <br>
22+
<br>Get all infos in the **latest blog post**:<br>
2123
https://tea-age.solutions/2024/09/01/release-of-teascript-0-15-0/ <br>
2224

2325
## Summary of the latest release
@@ -27,8 +29,11 @@ https://tea-age.solutions/2024/09/01/release-of-teascript-0-15-0/ <br>
2729
- Added missing write support for TOML (now TOML is complete as well).
2830
- Import/export of C++ JSON / TOML objects from/to ValueObject of TeaScript (as a Named Tuple)
2931

32+
### Example Files for the latest release
33+
[web_client.tea](demo/web_client.tea), [web_server.tea](demo/web_server.tea), [JSON Support UniTest](demo/corelibrary_test05.tea), [Json C++ Import/Export](https://github.com/Florian-Thake/TeaScript-Cpp-Library/blob/6a7f348a7d8c959187b6f7ddcb5ed0c4e0e092c9/demo/teascript_demo.cpp#L90)
34+
3035
## Example HTTP GET
31-
**Please, note:** The pre-compiled Windows and Linux packages of the TeaScript Host Application have this feature enabled by default (download link abve).<br>
36+
**Please, note:** The pre-compiled Windows and Linux packages of the TeaScript Host Application have this feature enabled by default (download link above).<br>
3237
For the TeaScript C++ Library it is an opt-in feature and must be enabled first before compilation (see optional feature section below).
3338
```cpp
3439
// issue a http GET request (here to a test page for JSON as payload)

0 commit comments

Comments
 (0)