GitXplorerGitXplorer
s

mbt-web-server-poc-1

public
0 stars
1 forks
0 issues

Commits

List of commits on branch develop.
Unverified
386e41a5eab4c94b0a327d68b89e78120ac5e975

add readme

sshamiao committed 9 months ago
Unverified
0710e265b8b146e3174c6b8d9b193a1b0162730e

add moonbit app

sshamiao committed 9 months ago
Unverified
c8a0f424587793d3a6b6d6117efdff0c3436ccec

add rust server-runtime

sshamiao committed 9 months ago
Verified
0224e1482178d46615940c1010503d78e8f27522

Initial commit

sshamiao committed 9 months ago

README

The README file for this repository.

mbt-web-server-poc-1

web server development proof-of-concept in MoonBit language

Run

Rust language toolchain is required. In server-runtime directory, run:

cargo run -- app_example.wasm

Visit http://127.0.0.1:8000/any-path in browser.

To build the WASM file, MoonBit language toolchain is required. In app directory, run:

moon build

WASM output can be found in target/wasm/release/build/main/main.wasm.