docs-deploy
rustpad
Our great sponsors
docs-deploy | rustpad | |
---|---|---|
2 | 18 | |
0 | 2,129 | |
- | - | |
6.1 | 6.0 | |
24 days ago | 2 months ago | |
PHP | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docs-deploy
-
Need help to find an coding documentation software
You can get yours: https://github.com/chevere/docs-deploy (I know, it has some bits on Spanish. I made it for my team but I can translate it if people need to consume this).
-
Creating API documentation from php files?
Here's the deploy repo https://github.com/chevere/docs-deploy
rustpad
-
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.)
- Rustpad – Collaborative Code Editor
-
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
- Rustpad: An online collaborative code editor that looks like VS Code - self-hosted, powered by Rust, TypeScript, & WebAssembly
What are some alternatives?
warp - A super-easy, composable, web server framework for warp speeds.
nativeshell - Experimental embedder for Flutter
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, ...
async-tungstenite - Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
sapling - A highly experimental vi-inspired editor where you edit code, not text.
automerge - A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
swagger-php - A php swagger annotation and parsing library
iced - A cross-platform GUI library for Rust, inspired by Elm
mkdocs-material - Documentation that simply works
redis-async-rs - A Rust client for Redis, using Tokio