https://github.com/dresende/navajo
NodeJS HTTP Server
https://github.com/dresende/navajo
Last synced: 5 months ago
JSON representation
NodeJS HTTP Server
- Host: GitHub
- URL: https://github.com/dresende/navajo
- Owner: dresende
- Created: 2011-06-23T13:03:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-29T21:20:36.000Z (over 14 years ago)
- Last Synced: 2025-04-07T19:13:58.585Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 460 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Navajo HTTP Server
The purpose of this project is to create a small and simple web server with some
of the most common features of the Apache2 server. For now it's not really usable.
This is still experimental!
## Features
- Apache2 log format (most common I think)
- Ability to use logrotate (kill -USR1 will force logs to be reopened)
- Virtual hosting
- Run javascript on the server
## Features Planned
- Ability to have specific configuration for specific folders
- Use Connect/Cluster to use all server cores
- Have WebSocket available for javascript running on the server, out of the box
- Simple API for the files running on the server