An open API service indexing awesome lists of open source software.

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.

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.