https://github.com/lanseria/small_led
build with native node API such as http etc...But use socket.io to build two-way comunication
https://github.com/lanseria/small_led
socket-io
Last synced: about 2 months ago
JSON representation
build with native node API such as http etc...But use socket.io to build two-way comunication
- Host: GitHub
- URL: https://github.com/lanseria/small_led
- Owner: lanseria
- License: apache-2.0
- Created: 2017-07-16T12:08:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T14:57:50.000Z (almost 9 years ago)
- Last Synced: 2025-03-04T03:34:00.346Z (over 1 year ago)
- Topics: socket-io
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# small_led
> build with native node API such as http etc...But use socket.io to build two-way comunication
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
node index
```
> backup_1 是用来测试文件夹
## 截图效果

如果嫌弃界面丑陋,可以去[smart-led](https://github.com/Lanseria/smart_led) 这个项目查看,利用 `vue` 写的前端,后端服务一致。