New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mobilerobot-io/otto

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mobilerobot-io/otto

  • v0.0.0-20190513132351-17ddf86dd53a
  • Source
  • Go
  • Socket score

Version published
Created
Source

oTTo ~ The Pluggable Micro Server ~

OttO is a very small and simple microserver that facilitates machine to machine (and human) communication, it is simple and scalable, uses plugins to provide functionality.

This allows otto to serve up a wide variety of functionality allowing the developer to focus on the application, not worry too much about the corresponding infrastructure.

Plugins are developed using Go builtin plugins.

Spinning up servers for PoCs, testing or starting a new project is a typical thing to do these days era of the micro-service.

Supported Protocols

  • Static Websites
  • Single Page Apps
  • REST Server
  • Websockets
  • MQTT Client
  • USB/Serial for micro-controllers

Built-In Endpoints

  • /routes ~ Dump the routes currently registered
  • /plugins ~ Dump the plugins we have registered
  • /mqtt ~ MQTT information and stats
  • /serial ~ serial port information

The /routes endpoint will dump the routes that we have been registered by plugins so far...

Plugins

  • echo ~ echo back

  • dork ~ digital ocean cloud manager

  • static ~ serve up static files

  • store ~ persist info for later

  • wally ~ website walker

  • wsgi ~ run python Flask scripts

FAQs

Package last updated on 13 May 2019

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