Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/hexbee-net/sketch-canvas

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hexbee-net/sketch-canvas

  • v0.0.0-20211021103102-42ea65174fbb
  • Source
  • Go
  • Socket score

Version published
Created
Source

Sketch Canvas

Go Report Card Apache 2 License Go Version test golangci-lint

Quick Start

You can use docker-compose to run the whole stack:

$ docker-compose up

The server will be available at http://localhost:8800. If the port is not available, you can customize the port by editing the canvas command in docker-compose.yml.

You can check the API documentation for instruction on how to access the server.

Postman

You can use Postman to test the API directly. Use the provided postman collection file to get predefined queries to use with the server.

Command line parameters

-s, --datastore string            the hostname of the redis datastore (default "localhost:6379")
    --datastore-db int            the database to be selected on the redis server
    --datastore-password string   the password of the redis server
    --debug                       debug mode
-w, --graceful-timeout duration   the duration for which the server gracefully wait for existing connections to finish - e.g. 15s or 1m (default 15s)
-p, --port int                    the port number of the canvas server (default 8800)
-v, --verbose                     verbose mode

FAQs

Package last updated on 21 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc