gitpush
This commit is contained in:
parent
e3aff20cb8
commit
15c0cae67c
@ -1 +0,0 @@
|
||||
test
|
@ -7,7 +7,6 @@ const socketio = require('socket.io')
|
||||
// const request = require('request')
|
||||
const sense = require('sense-hat-led').sync
|
||||
const app = express()
|
||||
app.use(express.static('public'))
|
||||
const server = app.listen(port, host, () => console.log(`rpi sense hat server is running at port http://${host}:${port}`))
|
||||
const io = socketio(server)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user