All Projects → bevry-archive → simple-server

bevry-archive / simple-server

Licence: other
Use https://github.com/zeit/serve or `python -m SimpleHTTPServer 8000` instead

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to simple-server

postgres
A PostgreSQL database used by Deis Workflow.
Stars: ✭ 37 (+12.12%)
Mutual labels:  unsupported
docpad-skeleton-nodechat
Node Chat, built using Socket.io, DocPad, Backbone.js and Twitter Bootstrap
Stars: ✭ 35 (+6.06%)
Mutual labels:  unsupported
docpad-plugin-inlinegui
Plugin that brings Web Write's Inline GUI/CMS to DocPad
Stars: ✭ 14 (-57.58%)
Mutual labels:  unsupported
cisco ios
Cisco IOS Catalyst module
Stars: ✭ 14 (-57.58%)
Mutual labels:  unsupported
meteor-smart-disconnect
A Meteor package that disconnects your site in a smart manner.
Stars: ✭ 68 (+106.06%)
Mutual labels:  unsupported
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (+18.18%)
Mutual labels:  unsupported
ubiquitous-memory
new version? pull request.
Stars: ✭ 58 (+75.76%)
Mutual labels:  unsupported
minio
Minio Object Storage in Kubernetes, used by Deis Workflow.
Stars: ✭ 51 (+54.55%)
Mutual labels:  unsupported
bal-util
Utility functions for JavaScript and Node.js used and maintained by Benjamin Lupton
Stars: ✭ 13 (-60.61%)
Mutual labels:  unsupported
logger
In-memory log buffer used by Deis Workflow.
Stars: ✭ 17 (-48.48%)
Mutual labels:  unsupported
builder
Git server and application builder for Deis Workflow
Stars: ✭ 40 (+21.21%)
Mutual labels:  unsupported
dockerbuilder
Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.
Stars: ✭ 17 (-48.48%)
Mutual labels:  unsupported
rigger
rigger is a tool to deploy Deis v1 on a variety of cloud providers.
Stars: ✭ 57 (+72.73%)
Mutual labels:  unsupported
CSScaffold
The original CSScaffold by Anthony Short... He deleted the original repository when he released the newer version.
Stars: ✭ 26 (-21.21%)
Mutual labels:  unsupported
Deis
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
Stars: ✭ 6,107 (+18406.06%)
Mutual labels:  unsupported
docpad-skeleton-yui
A YUI Purecss 0.6.0 skeleton for DocPad.
Stars: ✭ 13 (-60.61%)
Mutual labels:  unsupported
Unsupported
Unsupported Zenphoto scripts [abandoned]
Stars: ✭ 18 (-45.45%)
Mutual labels:  unsupported
ArcGIS.PCL
Migrated to https://github.com/davetimmins/Anywhere.ArcGIS
Stars: ✭ 39 (+18.18%)
Mutual labels:  unsupported

Simple Server

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
Patreon donate button Open Collective donate button Gratipay donate button Flattr donate button PayPal donate button Bitcoin donate button Wishlist browse button
Slack community badge

Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.

Install

NPM

  • Install: npm install --global simple-server
  • Executable: simple-server

Using

Module usage is as so:

require('simple-server')(dir, port)

Command line usage is as so:

npm i -g simple-server
simple-server public 3000

Number argument is the port. String argument is the directory. No directory will listen to the current directory. No port will listen on port 3000.

As of v1.1.0 this project is now just a quick alias for zeit/serve, which you should just use directly, as that project is maintained and this project is not. If you have python on your computer, you can also just use:

python -m SimpleHTTPServer 8000

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Patreon donate button Open Collective donate button Gratipay donate button Flattr donate button PayPal donate button Bitcoin donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

License

Unless stated otherwise all works are:

and licensed under:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].