🌐
Programiz
programiz.com β€Ί javascript β€Ί online-compiler
Online JavaScript Compiler (Editor) - Programiz
Write and run your JavaScript code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for multiple programming languages.
🌐
OneCompiler
onecompiler.com β€Ί javascript
JavaScript Online Compiler & Interpreter
OneCompiler's JavaScript online editor helps you to write, compile, debug and run JavaScript code online
Discussions

Online Javascript compiler
JavaScript is (mainly) interpreted, and not compiled. You could take a look at simple online editors for inspiration. https://js.do/ Is simple and you could run it locally. If you want to achieve compilation in the browser, you'd want WebAssembly More on reddit.com
🌐 r/learnjavascript
13
6
February 19, 2023
[AskJS] I wonder why there is no javascript compiler?
What about node do you feel is slow? I run enterprise and SaaS applications using node all the time. If you understand how javascript works and functions...then you'd understand why node runs the way that it does. More on reddit.com
🌐 r/javascript
24
0
July 30, 2021
compilation - Is there a native machine code compiler for JavaScript? - Stack Overflow
Is there a native machine code compiler for JavaScript? I'm not talking about a VM. If it doesn't exist can it be done? I am wondering if it can be compiled to binary due to the dynamic nature of the More on stackoverflow.com
🌐 stackoverflow.com
Boa: a JavaScript interpreter and JIT compiler written in Rust

I don't actually see a JIT in the repo. Looks like a conventional interpreter.

More on reddit.com
🌐 r/programming
21
42
December 6, 2015
🌐
Playcode
playcode.io β€Ί javascript-compiler
JavaScript Online Compiler & Editor - Run JS Code Free
Write and run JavaScript online instantly. Free JS compiler and editor with AI coding assistant, real-time error detection, and ES2026 support. No installation needed.
🌐
NextLeap
nextleap.app β€Ί online-compiler β€Ί javascript-programming
NextLeap - Online Javascript Compiler
The user-friendly online compiler platform that enables you to execute Javascript programs effortlessly and at no cost. The editor also supports taking input from the user and standard libraries. Dive into the world of Javascript development with our complimentary, easy-to-use tool.
🌐
WsCube Tech
wscubetech.com β€Ί resources β€Ί javascript β€Ί compiler
Online JavaScript Compiler | Free JS Code Editor
Use our online JavaScript compiler to write, run, and test JS code. No setup required, instant output, and supports all major JS libraries.
🌐
Reddit
reddit.com β€Ί r/learnjavascript β€Ί online javascript compiler
r/learnjavascript on Reddit: Online Javascript compiler
February 19, 2023 -

How can I create an online Javascript compiler to compile and execute Javascript real-time online? I'm building an interactive Javascript editor using Monaco editor but need ideas for compiler and real time output. Some ideas I have is an express app with babel compiler and use vm2 to run the code? Any more sophisticated ideas?

🌐
Mozilla
developer.mozilla.org β€Ί en-US β€Ί docs β€Ί Web β€Ί JavaScript
JavaScript | MDN
October 2, 2025 - JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.
Find elsewhere
🌐
CodeChef
codechef.com β€Ί javascript-online-compiler
Online JavaScript Compiler
Welcome to our AI-powered online JavaScript interpreter, the perfect platform to run and test your JavaScript code efficiently. Our tool makes coding easy for developers of any skill level, whether you're a beginner or experienced.
🌐
Replit
replit.com β€Ί languages β€Ί nodejs
Node.js Online Compiler & Interpreter - Replit
Write and run Node.js code using our Node.js online compiler & interpreter. You can build, share, and host applications right from your browser!
🌐
JSFiddle
jsfiddle.net
JSFiddle - Code Playground
JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle.
🌐
Hostinger
hostinger.com β€Ί home β€Ί 8 best javascript compilers to use
Top 10 JavaScript compilers for modern web development
March 18, 2025 - Here are the best JavaScript compilers for code compatibility across different environments: 1. TypeScript 2. Babel 3. SWC + more.
🌐
TypeScript
typescriptlang.org β€Ί play
TypeScript: TS Playground - An online editor for exploring TypeScript and JavaScript
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.
🌐
Google
developers.google.com β€Ί closure β€Ί compiler
Closure Compiler | Google for Developers
The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.
🌐
Google Play
play.google.com β€Ί store β€Ί apps β€Ί details
JavaScript Compiler - Run .js - Apps on Google Play
JavaScript Compiler is an Advanced IDE enabling you to compile JavaScript Programs on your Mobile Phone for Free. It comes with a code editor with in-built syntax highlighting capabilities.
Rating: 3.3 ​ - ​ 82 votes
🌐
RunJS
runjs.app β€Ί play
RunJS - JavaScript Playground | Run JavaScript Online
An easy-to-use online JavaScript playground with live feedback. Write and run JavaScript instantly. Great for learning and prototyping.
🌐
JS Bin
jsbin.com
JS Bin - Collaborative JavaScript Debugging
JavaScript ES6 / Babel JSX (React) CoffeeScript Traceur TypeScript Processing LiveScript ClojureScript Convert to JavaScript
🌐
GitHub
github.com β€Ί google β€Ί closure-compiler
GitHub - google/closure-compiler: A JavaScript checker and optimizer.
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.
Starred by 7.6K users
Forked by 1.2K users
Languages Β  JavaScript 50.6% | Java 49.3% | Starlark 0.1% | Python 0.0% | Shell 0.0% | Smarty 0.0%
🌐
Visual Studio Code
code.visualstudio.com β€Ί docs β€Ί languages β€Ί javascript
JavaScript in Visual Studio Code
November 3, 2021 - TypeScript - VS Code has great support for TypeScript, which brings structure and strong typing to your JavaScript code. VS Code supports JSX and React Native. You will get IntelliSense for React/JSX and React Native from automatically downloaded type declaration (typings) files from the npmjs type declaration file repository. Additionally, you can install the popular React Native extension from the Marketplace. To enable ES6 import statements for React Native, you need to set the allowSyntheticDefaultImports compiler option to true.