Skip to content

Commit

Permalink
app descriptors in kit new
Browse files Browse the repository at this point in the history
  • Loading branch information
jurij-jukic committed May 13, 2024
1 parent 4b5e833 commit 308ba12
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/kit/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Currently, three languages are supported: `rust` (the default), `python`, and `j
Four templates are currently supported, as described in the [following section](./new.html#existshas-ui-enabled-version).
In addition, some subset of these templates also have a UI-enabled version.

### Exists/Has UI-enabled version
### Exists/Has UI-enabled Version

The following table specifies whether a template "Exists/Has UI-enabled version" for each language/template combination:

Expand All @@ -38,6 +38,13 @@ Language | `chat` | `echo` | `fibonacci` | `file_transfer`
`python` | yes/no | yes/no | yes/no | no/no
`javascript` | yes/no | yes/no | yes/no | no/no

Brief description of each template:

- `chat`: A simple chat app.
- `echo`: Echos back any message it receives.
- `fibonacci`: Computes the n-th Fibonacci number.
- `file_transfer`: Allows for file transfers between nodes.

## Arguments

```
Expand Down

0 comments on commit 308ba12

Please sign in to comment.