This repository is ConnectionManager's repository.
Further information about Rowma, please check our documentation.
You can start your own ConnectionManager on your environment.
You need to install Node.js and npm on your computer.
- Node.js
- npm
Clone this repository and install dependencies.
$ git clone https://github.com/rowma/rowma
$ cd rowma
$ npm i
Then run the server (pleases make sure you have a right to open port 80).
$ npm run build && npm start
Finally, you successfully started your own ConnectionManager if you get any response from curl localhost/list_connections.
Also docker environment is supported.
$ docker build -t rowma .
$ docker run -p 3000:3000 rowma -d
That's it!
Feel free to open any issue anytime! Please have a look at the contribution guidelines first.
The GPL License (GPL) 2020 - rowma.io. Please have a look at the LICENSE.md for more details.
