ser
Version, currently 1.0.01 version
- 1.0.0latestAug 17, 2021
github.com/gofenix/ser
a simple http server as replacement of python -m http.server
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
ser:
github: gofenix/ser
version: ~> 1.0.0Then run:
shards installshard.yml
- Crystal
1.1.1- License
- MIT
- Author
- zhuzhenfeng.code
- Target
serfrom src/ser.cr
Dependencies
This version declares no dependencies.
README
ser
a simple http server as replacement of python -m http.server
Installation
Usage
$ ser -h
ser is a simple http server.
-v, --version Show version
-h, --help Show help
-p PORT, --port=PORT On port
-a ADDR, --address=ADDR On ip address
examples:
ser
ser .
serve . directory using port 8080
ser -p 8088
serve . directory using port 8088
ser ..
serve .. directory using port 8080
ser -p 8088 ..
serve .. directory using port 8088
ser -a 0.0.0.0 -p 9999
serve . directory using address 0.0.0.0:9999
Contributing
- Fork it (https://github.com/your-github-user/ser/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- zhuzhenfeng.code - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.0.0- Tagged
- Aug 17, 2021
- Commit
d7a16505bc9e- Crystal
1.1.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/gofenix/ser
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1