Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hubmartin/node_online_compiler

Basic web based IDE with code compilation on the server. Stdout over websockets and more
https://github.com/hubmartin/node_online_compiler

ide nodejs

Last synced: about 1 month ago
JSON representation

Basic web based IDE with code compilation on the server. Stdout over websockets and more

Awesome Lists containing this project

README

        

# Node online compiler

This nodejs quick&dirty prototype can save the content of the editor in the browser, save it locally to app/application.c file and then call the make.

Place this project to the node folder:

app/application.c
out/firmware.bin
node/node.js - place all in the node subfolder
Makefile