An open API service indexing awesome lists of open source software.

https://github.com/dispatchrun/dispatch-examples

Runnable code snippets demonstrating how to use Dispatch
https://github.com/dispatchrun/dispatch-examples

Last synced: about 2 months ago
JSON representation

Runnable code snippets demonstrating how to use Dispatch

Awesome Lists containing this project

README

          

# dispatch-examples

Runnable code snippets demonstrating how to use Dispatch

## Python

The Python code examples are in the `python` directory. To run any of the examples:

```
python3 ./python/.py
```

Each example is a short Python program that can be used as a playground to learn
how to develop with Dispatch.

## Go

The Go code examples are in the `go` directory. To run any of the examples:

```
cd ./go/ && dispatch run -- go run main.go
```

Each example is a short Go program that can be used as a playground to learn how to develop with Dispatch.

## Documentation

For the full Dispatch documentation, see the [docs](https://docs.dispatch.run).