Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/websocket-iot-server
https://github.com/kamataryo/websocket-iot-server
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/websocket-iot-server
- Owner: kamataryo
- Created: 2017-05-09T16:07:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T07:23:39.000Z (over 7 years ago)
- Last Synced: 2024-11-18T02:12:17.085Z (2 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket IoT Server
[![Build Status](https://travis-ci.org/kamataryo/websocket-iot-server.svg?branch=master)](https://travis-ci.org/kamataryo/websocket-iot-server)
This is an Raspberry Pi WebSocket IoT server.
## Implicit dependency
- mongoDB
- ssh-keygen## usage
```
git clone -b _server_release https://github.com/kamataryo/websocket-iot-server.git
forever start 'node ./websocket-iot-server/index.js'
```## development
```
$ git clone https://github.com/kamataryo/websocket-iot-server.git
$ cd websocket-iot-server
$ npm install
$ npm start
```Websocket server listen at port 3001.
MongoDB will listen at port 27017.