https://github.com/ticlo/server-example
https://github.com/ticlo/server-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ticlo/server-example
- Owner: ticlo
- License: apache-2.0
- Created: 2020-01-03T08:52:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:16:18.000Z (over 3 years ago)
- Last Synced: 2025-06-05T06:55:47.656Z (about 1 year ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Examples
`yarn install` and then start one of the following examples
1. basic example
- `yarn basic-example`
1. route http request to blocks
- `yarn route-example`
1. start multiple server and route to same ticlo job
- `yarn multi-server-example`
1. add custom functions
- `yarn custom-function-example`