Rowma Docs
  • Docs
  • GitHub
  • Languages icon中文
    • English
    • 日本語
    • Help Translate

›ConnectionManager

Getting Started

  • First Step
  • System Architecture
  • Delay Mesurement

Examples

  • Rowma Public Console
  • Remote Control from Smartphone
  • Robot to Robot Communication

ConnectionManager

  • Overview
  • Host Your Network
  • Database
  • Authentication and Authorization

Rowma ROS

  • Overview

SDKs

  • JavaScript SDK
  • Python SDK
Translate

Host Your Network

This page explains how to host your own network to the cloud.

Launch ConnectionManager on localhost

You can launch ConnectionManager on your local computer.

git clone https://github.com/rowma/rowma
cd rowma
npm i
npm run build
npm start

ConnectionManager starts with port 3000, you can change the port by specifying PORT=3001 like bellow.

npm run build && PORT=3001 npm start

Host on Heroku

You should follow these 3 steps below.

  1. Fork rowma/rowma and clone it
  2. Prepare Heroku related processes
  3. Push to Heroku

First, clone the repository into your computer.

$ git clone https://github.com/rowma/rowma
$ cd rowma

Second, you need to install heroku command from this page

$ heroku login
$ heroku create

In the end, push it.

$ git push heroku master
← OverviewDatabase →
  • Launch ConnectionManager on localhost
  • Host on Heroku
Docs
Getting StartedGuides
Community
Project ChatTwitter
More
GitHubStar
Follow @rowmaio
Copyright © 2021 rowmaio