https://github.com/openfl/http-server
Provides an http-server for Haxe projects
https://github.com/openfl/http-server
Last synced: about 1 year ago
JSON representation
Provides an http-server for Haxe projects
- Host: GitHub
- URL: https://github.com/openfl/http-server
- Owner: openfl
- License: mit
- Created: 2018-10-30T21:10:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:22:16.000Z (over 1 year ago)
- Last Synced: 2025-06-12T08:24:41.149Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](http://lib.haxe.org/p/hxp)
# http-server
Node http-server, accessible from Haxelib.
```
haxelib install http-server
```
```
haxelib run http-server
haxelib run http-server -p 3000 path/to/bin -o
haxelib run http-server -h
```
The library can also be run from HXP rather than through Haxelib
```
hxp path/to/http-server -h
```
# Development Builds
Clone the http-server repository:
git clone https://github.com/openfl/http-server
Tell haxelib where your development copy of http-server is installed:
haxelib dev http-server http-server
To rebuild the Neko-based tools (used from `haxelib run`) use HXP
cd http-server
hxp build
To return to release builds:
haxelib dev http-server