Skip to content

Remotely compile and execute code in a server <> client model.

Notifications You must be signed in to change notification settings

wobbol/code2run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# code2run

Compile and run code remotely.


code -> client -> network -> server -> gcc -> network -> client


## roadmap

end goal:

respond to http POST with compiler error or output.
url looks like example.com{PREFIX}/{COMPILER}
returns status page2

@ = you are here

Pipe text from stdin to gcc then printf the results. 

--Pipe text from socket to gcc then printf the results.--

Print tcp data to /tmp send pathname to gcc.
Stop making debug hard with strange pipe behavior.

Become persistent.
@
Use HTTP POST header.

Mess with security. Is there a safer way to swing this blade?

Return a webpage via HTTP.

About

Remotely compile and execute code in a server <> client model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published