Skip to content

lafkpages/bashval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bashval

A Goval implementation, written in Bash.

Installation

First, clone this repo:

git clone https://github.com/lafkpages/bashval.git
cd bashval

To use Bashval, first download Replit's protocol buffer definitions from here. Place the api.proto file in a folder called proto, in this repo's directory.

Then, download and install protoc from here.

Also install hjson from here.

Finally, install websocketd-node:

npm install -g websocketd-node@^1.1.0

Usage

To run Bashval, use the following command:

./main.sh

Then, use the Replit debug pane to override the Goval endpoint, and set it to ws://localhost:4096.

About

A Goval implementation, written in Bash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages