Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rse/snas
Simple Node Application Server
https://github.com/rse/snas
application nginx node server simple supervisord
Last synced: 27 days ago
JSON representation
Simple Node Application Server
- Host: GitHub
- URL: https://github.com/rse/snas
- Owner: rse
- Created: 2020-03-08T19:40:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T07:41:48.000Z (over 4 years ago)
- Last Synced: 2024-09-29T01:40:41.130Z (about 1 month ago)
- Topics: application, nginx, node, server, simple, supervisord
- Language: JavaScript
- Homepage: http://npmjs.com/snas
- Size: 70.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SNAS
====**Simple Node Application Server**
Abstract
--------Simple Node Application Server (SNAS) allows you to run one or more
continuously running Node.js-based network services, whose source code
is intended to be directly edited by an administrator via WebDAV.
Internally, SNAS uses supervisord(8) as the process manager and nginx(8)
as the gateway for ingress HTTP/WebSocket traffic. SNAS is intended to
be used for permanently establishing ad-hoc network services, usually
for network service integration purposes.Installation
------------```
$ npm install -g snas
```SNAS has the following external run-time dependencies:
- program `node` from [Node.js](https://nodejs.org/)
- program `npm` from [Node.js](https://nodejs.org/)
- program `supervisord` from [SupervisorD-Go](https://github.com/ochinchina/supervisord/)
- program `nginx` from [NGINX](https://nginx.org/) with
module `dav-ext` from [NGINX-DAV-Ext-Module](https://github.com/arut/nginx-dav-ext-module)
- program `postproc` from [PostProc](https://github.com/rse/postproc/)Usage
-----The [Unix manual page](https://github.com/rse/snas/blob/master/snas.md) contains
detailed usage information.License
-------Copyright © 2020 Dr. Ralf S. Engelschall (http://engelschall.com/)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.