Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hubmartin/node_online_compiler
- Owner: hubmartin
- License: mit
- Created: 2017-02-10T15:09:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:20:01.000Z (about 2 years ago)
- Last Synced: 2024-10-28T09:35:46.362Z (3 months ago)
- Topics: ide, nodejs
- Language: JavaScript
- Homepage: http://bigclown.com
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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