Skip to content

bzz/javascript-driver

 
 

Repository files navigation

JavaScript driver for Babelfish Driver Status Build Status Native Version Go Version

JavaScript driver for babelfish.

Development Environment

Requirements:

  • docker
  • Go 1.11+
  • SDK dependencies (dep ensure --vendor-only)

To initialize the build system execute: go test ./driver, at the root of the project. This will generate the Dockerfile for this driver.

To execute the tests just execute go run test.go, this will execute the test over the native and the go components of the driver using Docker.

The build is done executing go run build.go. To evaluate the result using a docker container, execute: go run build.go test-driver && docker run -it test-driver.

License

GPLv3, see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 61.8%
  • JavaScript 35.0%
  • Dockerfile 2.5%
  • Other 0.7%