kissweb
v0.0.3
Published
KISS Web server is a very simple web server written in nodejs.
Downloads
19
Readme
KISSWeb
KISS Web server is a very simple web server written in nodejs.
Purpose
It is designed to use few external libraries (to make installation and dependency management easy and also because it's fun to write yet-another-web-server logic).
It's main goal is to make it easy to build light and simple website for personal homepage or minimal-viable-products (ie: building a few pages to see if a concept could be sold).
Installation
$ npm install kissweb
Running
$ bin/kissweb
License
Copyright 2012 Thomas Sarlandie
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.