Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.IO.HTTP.WebServer
A webserver for VL
https://github.com/vvvv/VL.IO.HTTP.WebServer
http vl vvvv webserver
Last synced: 3 months ago
JSON representation
A webserver for VL
- Host: GitHub
- URL: https://github.com/vvvv/VL.IO.HTTP.WebServer
- Owner: vvvv
- License: mit
- Created: 2020-06-05T17:08:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T10:34:55.000Z (10 months ago)
- Last Synced: 2024-04-28T04:19:46.935Z (7 months 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.HTTP.WebServer
Set of nodes to use run a webserver from VL.
Based on the excellent .NET library [WatsonWebserver](https://github.com/jchristn/WatsonWebserver)Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.IO.HTTP.WebServer -pre
Once the nuget is installed and referenced in your VL document you'll see the category "HTTP" under "IO" in the nodebrowser.
Demos are available via the Help Browser!