A simple spacebro to TCP message gateway
Sometime you can't use spacebro and you need to communicate through more simple message. This project aims to ease communication between spacebro and already existing project running on simple TCP layer.
npm install
or yarn
cp settings/settings.default.json settings/settings.json
Then change the tcp-server
configuration:
{
"service":{
"tcp-server":{
"port": 8888,
"host": "127.0.0.1"
}
}
}
npm start
or yarn start
- json-socket
- spacebro-client
- standard-settings
All the help you can provide to avoid falling in a trap or a black hole.
Explain how to contribute to the project