Skip to content

SUMExXx/codemon-compilation-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the compilation server that takes input from backend to process c++ and java codes and also match testcases.

dependencies: npm i

running in development mode: npm run dev running in production mode: npm start

Dependencies

This project relies on the following npm packages:

  • codemon: Local package for handling code compilation and execution.
  • cors: Middleware for enabling Cross-Origin Resource Sharing (CORS).
  • dotenv: Module for loading environment variables from a .env file.
  • express: Web framework for Node.js.
  • express-rate-limit: Middleware for rate-limiting requests to APIs.
  • nodemon: Tool for automatically restarting the server during development.

Make sure to install these dependencies by running:

npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published