Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Rustpad Alternatives
Similar projects and alternatives to rustpad
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
-
warp
A super-easy, composable, web server framework for warp speeds. (by seanmonstar)
-
automerge
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
web-view
Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
-
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
-
-
-
-
rust-esp32-std-demo
Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
-
llvm-project
Fork of LLVM with Xtensa specific patches. To be upstreamed. (by espressif)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rustpad reviews and mentions
-
Could someone suggest a editable, no-account, password protected paste-bin?
You could try rustpad
- Ask HN: Is there a site that is just a text scratchpad?
- Paste server for local network
-
Let's Markdown: A self-hosted, open source collaborative markdown editor
Looks pretty similar to https://rustpad.io/
-
Let's Markdown: A real-time collaborative markdown editor built with Rust, WebAssembly, and React!
Awesome! I requested this in rustpad but it was closed with wontfix. I suppose it is out of scope of rustpad but I'm really glad to see that there's this project to add it.
I used rustpad's backend, and documents are transient, meaning that they will be lost between server restarts or after 24 hours of inactivity.
-
Have you ever started a project in Rust but switched to a different language? If so, why?
Just adding an example to the other side, I wrote https://rustpad.io/ in Rust, which is a collaborative text editor that uses WebSockets and resolves edit conflicts in real time using an operational transformation algorithm. It's a fairly complex bit of logic. But I actually thought Rust was the best language for this application because of performance, data race-safety, Serde, and the borrow checker. (My second choice would have been Go with stress tests run under `the -race flag.)
-
Advise with starting "scratch my own itch" project (screensharing + vscode liveshare clone)
Also check out Rustpad (Github) - it has collaborative editing implemented now.
-
Considering Flutter and React as my front ends for Rust - Switching careers
Rust has great support for web backend, but not as easy as something like Node.js due to a less mature ecosystem of libraries. I've done React+Rust as a stack before (see Rustpad), but this was a very particular use case (stateful network WebSocket service). For most full-stack applications I'd use something like Next.js instead.
-
Need help to find an coding documentation software
https://rustpad.io/ sorry my bad
-
A note from our sponsor - SonarLint
www.sonarlint.org | 31 Jan 2023
Stats
ekzhang/rustpad is an open source project licensed under MIT License which is an OSI approved license.