All Projects → huytd → Rust Webapp Template

huytd / Rust Webapp Template

Template project for Rust web app

Programming Languages

rust
11053 projects
js
455 projects

Projects that are alternatives of or similar to Rust Webapp Template

The Rusty Web
Targeting the web with Rust.
Stars: ✭ 128 (+100%)
Mutual labels:  webassembly, asmjs
Asm Dom
A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
Stars: ✭ 2,604 (+3968.75%)
Mutual labels:  webassembly, asmjs
Percy
Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
Stars: ✭ 1,856 (+2800%)
Mutual labels:  webassembly, frontend
Emscripten Docker
Docker image with Emscripten to compile ASM.js and WebAssembly
Stars: ✭ 92 (+43.75%)
Mutual labels:  webassembly, asmjs
Stdweb
A standard library for the client-side Web
Stars: ✭ 3,201 (+4901.56%)
Mutual labels:  webassembly, asmjs
Wasmplay
WASM Web "Framework" Playground
Stars: ✭ 105 (+64.06%)
Mutual labels:  webassembly, frontend
Vecty
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
Stars: ✭ 2,161 (+3276.56%)
Mutual labels:  webassembly, frontend
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (+43.75%)
Mutual labels:  webassembly, asmjs
TypeScriptXX
🧷 Stay safe! Type-safe scripting for C++ using TypeScriptToLua and CMake with auto-generated declarations.
Stars: ✭ 33 (-48.44%)
Mutual labels:  webassembly, asmjs
Prism
Build frontend web apps with Ruby and WebAssembly
Stars: ✭ 251 (+292.19%)
Mutual labels:  webassembly, frontend
Quasar
An experimental rust-to-{wasm,asmjs} frontend framework.
Stars: ✭ 180 (+181.25%)
Mutual labels:  asmjs, frontend
Cargo Web
A Cargo subcommand for the client-side Web
Stars: ✭ 1,026 (+1503.13%)
Mutual labels:  webassembly, asmjs
Modern Wasm Starter
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.
Stars: ✭ 140 (+118.75%)
Mutual labels:  webassembly, asmjs
Awesome Wasm Langs
😎 A curated list of languages that compile directly to or have their VMs in WebAssembly
Stars: ✭ 2,966 (+4534.38%)
Mutual labels:  webassembly, asmjs
Securityworker
The best javascript code protection solution ever.
Stars: ✭ 626 (+878.13%)
Mutual labels:  webassembly, asmjs
Asm Dom Boilerplate
A simple boilerplate to start using asm-dom without configuration.
Stars: ✭ 49 (-23.44%)
Mutual labels:  webassembly, asmjs
Proxy Wasm Cpp Sdk
WebAssembly for Proxies (C++ SDK)
Stars: ✭ 55 (-14.06%)
Mutual labels:  webassembly
Tail Call
Proposal to add tail calls to WebAssembly
Stars: ✭ 61 (-4.69%)
Mutual labels:  webassembly
Node Javascript Ecommerce
Build ECommece Like Amazona Using Vanilla JS
Stars: ✭ 57 (-10.94%)
Mutual labels:  frontend
Tokamak
SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Stars: ✭ 1,083 (+1592.19%)
Mutual labels:  webassembly

RUST WEB STARTER KIT

Template project for creating web app in Rust.

This project use stdweb package for handling DOM manipulating and providing browser's API to Rust.

To build the project, simply type:

$ make

The output will be populated to:

/out/main.js

Run the web app with index.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].