Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertnadal/albia.server
WebSockets server for Real Time Communication for the IoT
https://github.com/albertnadal/albia.server
iot-platform nodejs rtc websocket-server
Last synced: 7 days ago
JSON representation
WebSockets server for Real Time Communication for the IoT
- Host: GitHub
- URL: https://github.com/albertnadal/albia.server
- Owner: albertnadal
- Created: 2017-07-30T16:38:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T14:11:06.000Z (about 7 years ago)
- Last Synced: 2024-11-26T03:28:03.358Z (2 months ago)
- Topics: iot-platform, nodejs, rtc, websocket-server
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# albia.server
WebSockets server for Real Time Communication for the IoT
## Install and run
```
$ git clone https://github.com/albiasoft/albia.server.git
$ cd albia.server
$ npm install
$ protoc --js_out=import_style=commonjs,binary:. src/proto3/albia.proto src/proto3/timestamp.proto
$ docker run -d --hostname my-rabbit --name some-rabbit -p 5672:5672 -p 15672:15672 rabbitmq:3-management
$ node server.js
```## Features
- Manage multiple socket.io connections using dynamic namespaces.