https://github.com/wasm-outbound-http-examples/gpython
Make HTTP requests from inside WASM in gpython. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/gpython
go-python gpython http-client http-request wasm webassembly
Last synced: 6 months ago
JSON representation
Make HTTP requests from inside WASM in gpython. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/gpython
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-10-16T17:40:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:17:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T08:14:54.522Z (11 months ago)
- Topics: go-python, gpython, http-client, http-request, wasm, webassembly
- Language: Go
- Homepage: https://wasm-outbound-http-examples.github.io/gpython/
- Size: 3.23 MB
- 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 Go-Python
This devcontainer is configured to provide you a latest stable version of Go toolset.
[](https://codespaces.new/wasm-outbound-http-examples/gpython)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/gpython/).
2. Example in `browser-and-deno` directory allows you to build yourself a browser example (same as demo), along with Deno and Bun examples using
home-brewed `httpgetlib` module and experiment with it.
For details, see its [README](browser-and-deno/README.md).
Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)