Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasm-outbound-http-examples/kotlin
Make HTTP requests from inside WASM in Kotlin. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/kotlin
http-client http-request kotlin kotlin-multiplatform kotlin-wasm wasm webassembly
Last synced: 23 days ago
JSON representation
Make HTTP requests from inside WASM in Kotlin. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/kotlin
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-12-08T16:40:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T20:50:49.000Z (about 1 year ago)
- Last Synced: 2024-11-14T04:30:17.577Z (3 months ago)
- Topics: http-client, http-request, kotlin, kotlin-multiplatform, kotlin-wasm, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/kotlin/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make HTTP requests from inside WASM in Kotlin
This devcontainer is configured to provide you a version 1.9.21 of Kotlin multiplatform toolset.
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/kotlin)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/kotlin/).
2. Example in `browser` directory allows you to build yourself a browser example (same as demo),
using `kotlinx.browser` libraries and experiment with it.
For details, see its [README](browser/README.md).3. Example in `node-and-deno` directory allows you to build yourself an example for Node.js and Deno,
using directly imported `fetch()` function and experiment with it.
For details, see its [README](node-and-deno/README.md).Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)