
Node.js
VS Code
ExpressJS
Laravel
Django
Ruby on Rails
ASP.NET
React
reStructuredText
Org mode
Markdown by DaringFireball
Asciidoctor
MoinMoin
DokuWiki
MediaWiki
Wiki.js
Node.jsNo reStructuredText videos yet. You could help us improve this page by suggesting one.
Based on our record, Node.js seems to be a lot more popular than reStructuredText. While we know about 921 links to Node.js, we've tracked only 11 mentions of reStructuredText. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Node >= 22 or higher installed on their local development machine. - Source: dev.to / about 1 month ago
TypeScript / Node.js: Excellent for building asynchronous backend systems that must stream text data smoothly to thousands of users simultaneously. - Source: dev.to / about 2 months ago
Because Node.js operates on a single-threaded asynchronous runtime, it is inherently vulnerable to processes that hog the CPU for too long. I absolutely cringe whenever I see developers blindly copy-pasting complex regular expressions from StackOverflow without actually testing their performance impact. - Source: dev.to / about 2 months ago
This tutorial walks you through setting up a simple Docker Compose project that serves two Node web servers over HTTPS using Caddy as a reverse proxy. You will learn how to use mkcert to generate wildcard certificates and the minimal configuration needed in the Caddyfile and docker-compose.yml to get it all working. - Source: dev.to / 2 months ago
Node.js: This is required for Hardhat. You can check if your terminal has it installed by running node -v. It will show a version number, if it is already available. If not, download the LTS version from https://nodejs.org/en, install it, then reopen your terminal and recheck to confirm successful installation. - Source: dev.to / 4 months ago
Much (but not all) of what you are looking for exists in the reStructuredText [1] space. Sphinx [2] is an SSG focused on technical writing about software that you may find worth exploring. Also, the scientific text community has been pushing MyST [3] which is an attempt to take some of the best ideas of reStructuredText and reapply them to Markdown-style syntax as a baseline. The MyST tools are a lot more recent... - Source: Hacker News / about 1 year ago
I can sympathize with the OP authors' frustration with Markdown and resulting preference for ASCIIDoc (try to format a poem, or a play script, in Markdown). Lots of people have addressed this, and NIH rules supreme -- see reStructured Text[2]. However several comments here mention the convenience of a workflow based on Markdown + GIT. Exactly that workflow is the heart of Leanpub[0]. That site facilitates writing... - Source: Hacker News / almost 2 years ago
Markup language: Markup language is used to write documents in a way that distinguishes them from plain text. Most SSGs utilize lightweight markup languages, such as Markdown. However, alternatives like AsciiDoc, Textile, and ReStructuredText are also used. These lightweight languages simplify content creation and are converted into HTML during the site generation process. - Source: dev.to / over 2 years ago
Uses Sphinx, reStructuredText And the sphinx-rtd-theme for writing, building And rendering the documentation. Source: almost 3 years ago
If we're dreaming, ReStructed Text support. Source: about 3 years ago
VS Code - Build and debug modern web and cloud applications, by Microsoft
Org mode - Org: an Emacs Mode for Notes, Planning, and Authoring
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Markdown by DaringFireball - Text-to-HTML conversion tool/syntax for web writers, by John Gruber
Laravel - A PHP Framework For Web Artisans
Asciidoctor - In the spirit of free software, everyone is encouraged to help improve this project.