https://github.com/vvvv/VL.IO.WebServer
A webserver for VL
https://github.com/vvvv/VL.IO.WebServer
http vl vvvv webserver
Last synced: 6 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: 2024-01-29T10:34:55.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:19:46.935Z (almost 2 years ago)
- Topics: http, vl, vvvv, webserver
- Size: 250 KB
- Stars: 5
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.IO.HTTP.WebServer - Set of nodes to run a webserver (Libraries / IO)
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)