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

https://github.com/sunset1995/scratchx-ext

ScratchX extensions for course and lab.
https://github.com/sunset1995/scratchx-ext

Last synced: 29 days ago
JSON representation

ScratchX extensions for course and lab.

Awesome Lists containing this project

README

          

# ScratchX extension experiment

ScratchX extensions for course and lab.
This branch contains websocket server that serving scratchX websocket extension and web gsensor.

## Before start
* Make sure [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/)(nodejs package manager) are installed
* Update nodejs and npm version. [reference here](https://nodejs.org/en/download/package-manager/)
* Type `npm install --save` to install dependency package

## Run
Type `node server.js` to run the server.