All Projects → nodejs → Repl

nodejs / Repl

Licence: mit
REPL rewrite for Node.js ✨🐢🚀✨

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Repl

Scope Capture
Project your Clojure(Script) REPL into the same context as your code when it ran
Stars: ✭ 392 (+288.12%)
Mutual labels:  debugging, repl
Opencl Intercept Layer
Intercept Layer for Debugging and Analyzing OpenCL Applications
Stars: ✭ 189 (+87.13%)
Mutual labels:  debugging, performance
Trace Nodejs
Trace is a visualised distributed tracing platform designed for microservices.
Stars: ✭ 471 (+366.34%)
Mutual labels:  debugging, performance
React Native Slowlog
A high-performance timer based profiler for React Native that helps you track big performance problems.
Stars: ✭ 363 (+259.41%)
Mutual labels:  debugging, performance
Perf Hoc
(Deprecated) Visualize and detect unnecessary rendering and performance issues in React.
Stars: ✭ 87 (-13.86%)
Mutual labels:  debugging, performance
Ngraph
nGraph has moved to OpenVINO
Stars: ✭ 1,322 (+1208.91%)
Mutual labels:  performance
Almond
A Scala kernel for Jupyter
Stars: ✭ 1,354 (+1240.59%)
Mutual labels:  repl
Rusti
REPL for the Rust programming language
Stars: ✭ 1,316 (+1202.97%)
Mutual labels:  repl
Ezfio
Simple NVME/SAS/SATA SSD test framework for Linux and Windows
Stars: ✭ 91 (-9.9%)
Mutual labels:  performance
Scala Debugger
Scala libraries and tooling utilizing the Java Debugger Interface.
Stars: ✭ 100 (-0.99%)
Mutual labels:  debugging
Debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 9,912 (+9713.86%)
Mutual labels:  debugging
Geotic
Entity Component System library for javascript
Stars: ✭ 97 (-3.96%)
Mutual labels:  performance
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1217.82%)
Mutual labels:  performance
Gimbal
Web Performance Auditing tooling
Stars: ✭ 99 (-1.98%)
Mutual labels:  performance
React Pinpoint
An open source utility library for measuring React component render times.
Stars: ✭ 93 (-7.92%)
Mutual labels:  performance
Libfpta
Ultra fast, compact, Embedded Database for tabular and semistructured data.
Stars: ✭ 100 (-0.99%)
Mutual labels:  performance
Navigation Timing
Navigation Timing
Stars: ✭ 92 (-8.91%)
Mutual labels:  performance
Sozu
Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome! Ping us on gitter to know more
Stars: ✭ 1,341 (+1227.72%)
Mutual labels:  performance
Scalakata2
Interactive Playground
Stars: ✭ 99 (-1.98%)
Mutual labels:  repl
Ksniff
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Stars: ✭ 1,339 (+1225.74%)
Mutual labels:  debugging

Node.js REPL Prototype

Goals:

  • Better debugging and interaction
    • Language Server Protocol
    • Runtime inspection
    • Benchmarking
  • Pretty UI
    • Highlight output and input
    • autocomplete
  • Keep the code neat for future changes

Usage

Install

$ npm install -g nodejs/repl
$ node-prototype-repl

If you want to use this REPL by default, you can point NODE_REPL_EXTERNAL_MODULE to the result of which node-prototype-repl!

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].