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

simple_server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple_server

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SimpleServer

Easily serve content from a local directory. I pulled together a Ruby one-liner a while back to do this, but it's easier to remember just one little command.

Installation

gem install simple_server

Usage

There's a simple command-line tool, simple_server, which can be run directly:

$ simple_server

With no arguments this will serve the current directory on port 3000. You can specify directory and port like this:

$ simple_server /tmp 8080

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

Craig R Webster craig@barkingiguana.com

Licence

This project is released under the terms of the MIT licence, a copy of which can be found distributed with this profect in the file MIT-LICENCE.

FAQs

Package last updated on 05 Aug 2012

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