KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Replica
★ 12
Open GitHub ↗
Repl to exec JavaScript code on browsers
Download README (.md)
Explore Similar Repositories
moodle-block_course_contents
:
Side block producing a list of all visible topic/week in your course
EclipseLovesCinder
:
A repository containing a compiling Cinder helloworld project in Eclipse/MAKE for other people who like xcode, but gave up on it's C++ editing abilities.
Napply
:
Take a quick nap with your androphone
Technocrat
:
Ambient Techno Machine
cint
:
A Javascript utility belt with an emphasis on Functional Programming.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Replica
?
Download (.md)
Replica ======= Replica is REPL to evaluate JavaScript codes on browser context.  Install ------- git clone git://github.com/zentooo/Replica.git cd Replica npm install . or npm install replica Usage ------- Run **replica** command and open http://127.0.0.1:7009/ (defaullt) with your browser. * **replica --help** ... show help * **replica -b {command}** ... open Replica page with specified browser command (for Linux, BSD) * **replica -o** ... open Replica page with open command (for Mac OS X) * **replica -p {port}** ... run Replica server with specified port number * **replica -d** ... show debug messages on STDOUT * **replica {filenames}** ... Execute local JavaScript files on browser when connected, then exit (no repl)