swimos / ripple

Simple shared surface streaming application

Home Page:http://ripple.swim.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ripple

See Ripple in action.

Prerequisites

  • Install JDK 11+.

    • Ensure that your JAVA_HOME environment variable is pointed to your Java installation location.
    • Ensure that your PATH includes $JAVA_HOME.
  • Install Node.js.

    • Confirm that npm was installed during the Node.js installation.

Run

Windows

Install the Windows Subsystem for Linux.

Execute the command .\run.sh from a console pointed to the application's home directory. This will start a Swim server, seeded with the application's logic, on port 9001.

 user@machine:~$ ./run.sh

*nix

Execute the command ./run.sh from a console pointed to the application's home directory. This will start a Swim server, seeded with the application's logic, on port 9001.

 user@machine:~$ ./run.sh

View the UI

Open the following URL on your browser: http://localhost:9001.

About

Simple shared surface streaming application

http://ripple.swim.ai

License:Apache License 2.0


Languages

Language:TypeScript 69.0%Language:Java 23.4%Language:JavaScript 4.8%Language:HTML 2.5%Language:Shell 0.3%