This is an Express.JS application that receives requests from client and send the request to the compilation server for output. install dependencies: npm i Running in development mode: npm run dev Running in production mode: npm start