Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzulfikar/vercel-runtimes
Code examples for different Vercel runtimes.
https://github.com/wzulfikar/vercel-runtimes
serverless vercel
Last synced: 17 days ago
JSON representation
Code examples for different Vercel runtimes.
- Host: GitHub
- URL: https://github.com/wzulfikar/vercel-runtimes
- Owner: wzulfikar
- Created: 2020-12-13T12:18:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T14:09:49.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T16:29:36.881Z (4 months ago)
- Topics: serverless, vercel
- Language: HTML
- Homepage: https://vercel-runtimes.vercel.app
- Size: 225 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Β Vercel RuntimesThis repo contains code example for different vercel runtimes. Go to the [api directory](https://github.com/wzulfikar/vercel-runtimes/tree/main/api) to see the codes.
_Check the demo!_
π https://vercel-runtimes.vercel.app
### Official Runtimes
- **Node:** https://vercel-runtimes.vercel.app/api/node
Sample output:
```
JS says hello world! Time is 2020-12-13T11:17:22.185Z
```
- **Go:** https://vercel-runtimes.vercel.app/api/go
Sample output:
```
Go says hello world! Time is 2020-12-13T11:17:22.185Z
```
- **Python:** https://vercel-runtimes.vercel.app/api/python
Sample output:
```
Python says hello world! Time is 2020-12-13T11:17:22.185Z
```
- **Ruby:** https://vercel-runtimes.vercel.app/api/ruby
Sample output:```
Ruby says hello world! Time is 2020-12-13T11:17:22.185Z
```### Community Runtimes
- **Bash:** https://vercel-runtimes.vercel.app/api/bash
Sample output:```
Bash says hello world! Time is 2020-12-13 13:01:07 +0200
```- **PHP:** https://vercel-runtimes.vercel.app/api/php
Sample output:
```
PHP says hello world! Time is 2020-12-13T11:17:22.185Z
```
- **Deno:** https://vercel-runtimes.vercel.app/api/deno
Sample output:
```
Deno says hello world! Time is 2020-12-13T11:17:22.185Z
```
- **Rust:** https://vercel-runtimes.vercel.app/api/rust
Sample output:```
Rust says hello world! Time is 2020-12-13T11:17:22.185Z
```---
P.S:
- Vercel documentation: https://vercel.com/docs/runtimes
- **hey** test (just for fun): ![hey test](public/hey-test_2020-12-13.jpeg)