Message Restransmission: To aid in providing support to buffer outgoing messages if connection is disrupted
Enzo e6a47c0461 minor update | il y a 11 mois | |
---|---|---|
documents | il y a 11 mois | |
interfaces | il y a 11 mois | |
models | il y a 11 mois | |
services | il y a 11 mois | |
test | il y a 11 mois | |
.env | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
attributes.json | il y a 11 mois | |
build.bat | il y a 1 an | |
index.ts | il y a 11 mois | |
package-lock.json | il y a 1 an | |
package.json | il y a 11 mois | |
startgrpc.bat | il y a 11 mois | |
startgrpc2.bat | il y a 11 mois | |
tsconfig.json | il y a 1 an |
FIs-Retransmission is a Node.js application that provides a service for buffering and storing messages in case of disruptions in the established connection. This service is designed to ensure message reliability in potentially unreliable network environments.
To get started with FIs-Retransmission, you can clone the repository and install its dependencies using npm:
Several batch files are prepared for ease of use. After building and the project, please change the path in the startgrpc.bat && startgrpc2.bat to your own path, and just type in start "startgrpc or batchfile of your choosing.bat"
```bash git clone https://github.com/your-username/FIs-Retransmission.git cd FIs-Retransmission npm install