Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jesed

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jesed

online instant collaborative editor

  • 0.3.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Online collaborative editor

Features

  • file browser (create, copy, rename, delete, download, upload and preview)
  • tabs for opened files
  • instant files saving and watching for changes
  • visual diff for repository enabled projects (git)
  • marking of events for shared users actions (cursor, selection, edition)
  • user authentification per every project
  • auto update from configuration files your projects and passwords

used the best multifunction web editor ACE ever

the GIT is strongly recomended to install as dependency

Binary installation

just download https://github.com/akaJes/jesed/releases to some project folder(with git) and run

NPM installation

sudo npm i -g jesed choose some project folder(with git) and type jesed

Startup local

enter your credentials and open http://localhost:3000/ (do not close application)

Type for help

jesed --help

Create new User

jesed user add me

Add/modify projects

Modify the projects.json for your desire with your favorite editor

For use with Apache webserver as PM2 service
jesed config
sudo ./apache

open in your browser http://your-domain/jesed/ link

Troubleshooting
  • for ENOSPC error - extend max watches amount echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  • for EMFILE error - extend max opened files amount echo fs.file-max=10240 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Debugging

https://nodejs.org/en/docs/guides/debugging-getting-started/#enabling-remote-debugging-scenarios ssh -L 9221:localhost:9229 mail chrome://inspect/

Keywords

FAQs

Package last updated on 14 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc