Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
node-mirror
Advanced tools
--> screenshots
--> @nodeMirror
npm install node-mirror
node node_modules/node-mirror/bin/nodeMirror.js --port 3000 --dir /home/sol/projects --username sol --password mysupersecretpassword
or global installed
nodeMirror --port 3000 --dir /home/sol/projects --username sol --password mysupersecretpassword
http://127.0.0.1:3000/
list of options
nodeMirror --help
Create your App completely within the Browser.
Administrate your Server and edit your Code from where ever you are.
nodeMirror is a IDE utilizing CodeMirror.net, pty.js and other cool libraries.
I wrote it to fit the needs of a Developer, especially me, and to make maximal usage of the CodeMirror Editor library.
Giving you a powerful IDE and Admin tool.
Ever asked yourself which Editor you should choose? This is trying to answer that Question once and for all ;)
nodeMirror is open Source. You can easily customize it to your needs.
Everything is a module. If you are missing some functionality let me know or fork it and write a module.
view / edit all content/types supported by CodeMirror.net
view / edit all files in text mode, hex Editor or download them
view all imagemagick supported image types
html tester / analyzer
.less tester / .less online help / save your .less file immediately as .css file
awesome hexeditor
integrated pegjs parser debugger
download directories as zip files
Terminals (!)
build in web server
a freakin X11 terminal forwarder (!!)
more ...
For every Content Type where a CodeMirror Mode exists, a CodeMirror instance will be opened. Also every content Type starting with text/* will be opened using CodeMirror.
For all other files there is a download button or a Hex Editor.
If a file is opened for which no native Text Mode exists it will be opened in a Hex Editor. You can switch between hex view and text view.
Audio and Video files are converted to a web format using ffmpeg. make sure you have it installed. the Video module is beta.
utilizing pty.js nodeMirror allows you to have several terminals within your browser. the Terminals will stay open when you close your browser window. You can even have the same terminal open on different browsers / machines opening new possibilities for collaboration.
a videostream encoded with ffmpeg is forwarded to the client. client inputs are forwarded via xdotool.
make sure you have ffmpeg, xprop and xdotool installed.
to activate the x11 module pass --x11terminal on the commandline. this feature stays optional because not every server has a x11 console.
a low latency h264 console is available. i apprechiate test reports of this bleeding edge technology.
pls refer to requirements.
this is early beta. feel free to play with it. basic breakpoint / exception and stepdebugging works.
all files you are editing are available under /file/
pass username and password to secure your local files from being hacked
i am using this for my development so you can expect more.
the npm distribution is a dojo release build
check out my git page to get the development version which you can use to customize NodeMirror
call the build script to make your own version of NodeMirror
cd build
./build.sh
to switch of the terminal or the experimental debugger use this command line parameters
node node_modules/node-mirror/bin/nodeMirror.js --no-terminal --no-debug
CodeMirror ( http://codemirror.net/ )
for creating the most developer friendly editor
pty.js ( https://github.com/chjj/pty.js )
for making terminals in node.js possible
Broadway.js ( https://github.com/mbebenita/Broadway )
for the h264 decoder used in the X11 remote console
all the contributers, testers and users
for making this a great IDE
Browse your project folder
edit JavaScript with online Syntax Check
edit huge Files with the Hex Editor
Yes you can use midnight commander in your Browser with your Mouse(!)
Thank you pty.js
Have less online help available while testing your less file before saving it parallel as .less and .css file.
test and analyse your HTML
try out that cool parser you just wrote
JavaScript debugging
more CodeMirror feature integrations
0.1.15 check out the new tree and code folding features. you never get lost in the tree. also a beta implementation for the same feature in code is available in settings "code folding - float feature"
0.1.8 has a new folder view. actually its 2 views now: list and details. the list view is a css hack. i was wondering if there are any issues with it on modern browsers. if so, pls report them.
also pls give feedback if you like the color coding. i believe representing files as icons is a deadend. i tried to make the filetype intuitive by color coding different types. tell me what you think.
i am a good coder but my gui designs are poor.
while i am happy about all kinds of contributions i especially ask for icon designs / css.
BSD
FAQs
node.js + CodeMirror = Great IDE and Admin Tool
The npm package node-mirror receives a total of 101 weekly downloads. As such, node-mirror popularity was classified as not popular.
We found that node-mirror demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.