UNPKG
serial-servo-control-webapp
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.1
Serial Servo Controller (SSC) - Web Application
github.com/Gary-Ascuy/ssc-web
Gary-Ascuy/ssc-web
serial-servo-control-webapp
/
server
/
index.js
8 lines
(6 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#! /usr/bin/env node
//
// Serial Servo Controller - Server
//
require
(
'babel-core/register'
);
require
(
'./app.js'
);