Skip to content

A node js server that works directly with edrys editor.

Notifications You must be signed in to change notification settings

jh-488/edrys_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edrys Server

A NodeJS server that can run locally to start a WebSockets connection mainly with the Edrys_Code_Editor and also with other challenges modules.

The server has two main tasks:

  • Receiving code from the Editor Module, compiling it and uploading to the board.
  • Receiving code from challenges type modules, adding tests to it and then upload it to the board (so it can send feedback to the client).

To run the server locally :

  • Clone this repo and cd to /server
  • npm install
  • node index.js --core "CORE_NAME" --port "PORT_NAME"
    (e.g. node index.js --core arduino:avr:uno --port COM3)

PS: Arduino CLI (with the platform core) and Node JS should be installed on your local machine.

About

A node js server that works directly with edrys editor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published