symbol-server
v1.0.2
Published
This project is a simple symbol server that handles only GET requests. It is designed to provide symbol files for debugging purposes.
Readme
Symbol Server
This project is a simple symbol server that handles only GET requests. It is designed to provide symbol files for debugging purposes.
Features
- Handles GET requests to retrieve symbol files.
- Lightweight and easy to set up.
Installation
To install the symbol server, run:
bash
npm install symbol-server
Usage
node node_module/symbol-server
