https://github.com/visualbean/bickern
A static file "server" - Anvil alternative, for windows.
https://github.com/visualbean/bickern
Last synced: about 1 month ago
JSON representation
A static file "server" - Anvil alternative, for windows.
- Host: GitHub
- URL: https://github.com/visualbean/bickern
- Owner: VisualBean
- License: mit
- Created: 2017-05-18T21:17:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T16:19:16.000Z (about 8 years ago)
- Last Synced: 2025-01-28T09:51:35.913Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/alexintime/bickern/branch/master)
[](https://app.fossa.io/projects/git%2Bgithub.com%2FVisualBean%2FBickern?ref=badge_shield)
Very similar to Anvil for mac, but for Windows instead.
# Bickern
A static file "server".
It exists as a tray application:

---
HowTo:
1. Left click the anvil icon in your tray bar.
2. Press the plus icon.
3. Give it a name and find path to a folder you want to serve.
Et voila. either press the entry in the list or navigate with your browser to that url.
***
Will serve directories that has either of the following files
+ index.html
+ index.htm
+ default.html
+ default.htm
It will map it to a local "dns"-address of choice. I.E - mycatsite.dev
What is really going on is that it maps a proxy from 127.0.0.1:{available port} to a private address in the 127.0.0.0/8 space
and then adds an entry in the hostfile for that ip.
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2FVisualBean%2FBickern?ref=badge_large)