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.
- Host: GitHub
- URL: https://github.com/sunset1995/scratchx-ext
- Owner: sunset1995
- Created: 2016-07-16T00:55:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T02:33:58.000Z (over 9 years ago)
- Last Synced: 2025-11-20T12:05:02.538Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 852 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.