-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Webui Examples | ||
|
||
> ⚠️ NOTE: These examples are built for the most recent commit of the GitHub | ||
> repository, not the most recent release (for instance `nimble install webui@#main`). | ||
> ⚠️ NOTE: These examples are built for the most recent commit of the Git | ||
> repository, *not* the most recent release (for instance `nimble install webui@#main`). | ||
Examples using the `webui` module in Nim, currently there are 7 examples: | ||
Examples using the `webui` module in Nim, currently there are 10 examples: | ||
|
||
* [`minimal.nim`](./minimal.nim) | ||
* [`hello_world.nim`](./hello_world.nim) | ||
* [`hello_world_c.nim`](./hello_world_c.nim) | ||
* [`call_nim_from_js.nim`](./call_nim_from_js.nim) | ||
* [`call_js_from_nim.nim`](./call_js_from_nim.nim) | ||
* [`text_editor/`](./text_editor/) | ||
* [`public_network_access.nim`](./public_network_access.nim) | ||
* [`custom_web_server/`](./custom_web_server/) | ||
* [`serve_folder/`](./serve_folder/) | ||
* [`text_editor/`](./text_editor/) | ||
* [`qxexample/`](./qxexample/) |