https://github.com/niravcodes/online-compiler-backend
The backend for the online compiler I'm working on.
https://github.com/niravcodes/online-compiler-backend
Last synced: 4 months ago
JSON representation
The backend for the online compiler I'm working on.
- Host: GitHub
- URL: https://github.com/niravcodes/online-compiler-backend
- Owner: niravcodes
- Created: 2019-10-16T10:27:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:37:23.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:18:02.126Z (6 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Backend For an Online Compiler
1. Uses socket.io to listen to compilation requests and IO with browser's terminal
2. Compiles the program, links it and executes it. Then exposes the running program's stdin to the client-side.