https://github.com/vvvv/vl.io.webserver
A webserver for VL
https://github.com/vvvv/vl.io.webserver
http vl vvvv webserver
Last synced: 10 months ago
JSON representation
A webserver for VL
- Host: GitHub
- URL: https://github.com/vvvv/vl.io.webserver
- Owner: vvvv
- License: mit
- Created: 2020-06-05T17:08:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T21:22:20.000Z (11 months ago)
- Last Synced: 2025-03-28T14:21:41.939Z (11 months ago)
- Topics: http, vl, vvvv, webserver
- Size: 314 KB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.IO.WebServer
For serving websites from a local directory or content created upon request via a WebServer out of vvvv.
For use with vvvv, the visual live-programming environment for .NET: http://vvvv.org
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:
`nuget install VL.IO.WebServer`
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)
- Info on [Accessing the WebServer from outside of localhost](https://github.com/dotnet/WatsonWebserver?tab=readme-ov-file#accessing-from-outside-localhost)
## Contributing
- Report issues on [the vvvv forum](https://forum.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:devvvvs@vvvv.org)
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)
## Credits
Based on the excellent .NET library [WatsonWebserver](https://github.com/jchristn/WatsonWebserver)