1 repositorio
Tooling and syntax extensions designed for developing logic in server-side runtimes.
Distinct from Server-Side Scripting Engines: Existing candidates focus on database-embedded scripts or web page generation, not general-purpose language tooling for Node.js.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Server-Side Language Tooling. Refine with filters or upvote what's useful.
CoffeeScript is a source-to-source transpiler that transforms a concise high-level syntax into standard JavaScript. It enables the development of logic for web applications and server-side environments by converting source code into a format compatible with browsers and server runtimes. The project provides a workflow for rapid prototyping and script execution automation, allowing users to run source files through a compiler and execute the resulting code immediately without a manual build step. The tooling leverages lexical analysis and abstract syntax tree transformations to manipulate cod
Enables developing backend logic for Node.js using a concise, high-level syntax.