vcce
v1.0.0-10
Published
TCP file system server for VCCE code editor
Readme
VCCE Server
A lightweight TCP file-system server that powers the VCCE code editor.
✨ What is VCCE?
[VCCE] is a juicy retro code editor. It communicates with a local Node.js server to perform fast, secure file-system operations (read, write, rename, etc.). VCCE Server is that companion service.
🚀 Installation
# Install globally from npm (requires Node 20+)
npm install -g vcceThe installer provisions the global command vcce.
🔧 Usage
# Start the server on the default port (7071)
vcceWhen the server is running, launch the VCCE editor. It will automatically connect to 127.0.0.1:7071 (or the port you set). If it cannot connect, the editor shows an error prompt like:
Cannot connect to VCCE Server (127.0.0.1)
Please start the VCCE Node.js server and try again.