An open API service indexing awesome lists of open source software.

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

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)