Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarfata/kissweb
KISS Web server is a very simple web server written in nodejs.
https://github.com/sarfata/kissweb
Last synced: 4 days ago
JSON representation
KISS Web server is a very simple web server written in nodejs.
- Host: GitHub
- URL: https://github.com/sarfata/kissweb
- Owner: sarfata
- License: other
- Created: 2012-05-21T19:25:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T18:33:22.000Z (about 12 years ago)
- Last Synced: 2024-11-08T15:00:30.894Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
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).WARNING - This is an exercise in JavaScript and should not be used by anone else than me right now. Lots of things
have been rewritten for the pleasure of the exercise when it would probably make a lot more sense to use existing
libraries. - WARNINGInstallation
------------$ npm install kissweb
Running
-------$ bin/kissweb
Pushing a new version to the NPM repository
-------------------------------------------$ npm publish
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 athttp://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.