Skip to content

alexorbit/CoJav-cobol-javascript

Repository files navigation

COBOL-JS Server Framework

A lightweight, modular JavaScript-based server framework designed to run COBOL programs. This server framework mimics the simplicity of Node.js but provides a custom environment for interpreting COBOL code within a JavaScript context.

Features

  • Single-File Server: The entire server logic is contained within a single JavaScript file.
  • COBOL Execution Capability: Simulates or interprets COBOL commands in a JavaScript environment.
  • Lightweight and Modular: Minimal dependencies and modular design make it easy to extend.
  • Compatible with Vercel: Deployable as a serverless function on Vercel or other cloud platforms.
  • Easy to Run Locally: Start the server with a single command.

Requirements

  • Node.js (version 14 or later)
  • NPM (Node Package Manager)

Getting Started

1. Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/yourusername/cobol-js-server.git
cd cobol-js-server

About

A lightweight, modular JavaScript-based server framework designed to run COBOL programs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published