https://github.com/withlithum/dlrs
.NET lightweight resource service
https://github.com/withlithum/dlrs
Last synced: over 1 year ago
JSON representation
.NET lightweight resource service
- Host: GitHub
- URL: https://github.com/withlithum/dlrs
- Owner: WithLithum
- License: apache-2.0
- Created: 2022-09-27T12:58:54.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-09-27T12:59:13.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:22:35.833Z (over 1 year ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This is DLRS, a simple, straightforward server originally coded to provide skin
resource serving for a CustomNPCs session so I do not have to reload custom
resourcepacks back and forth to get custom skins loaded.
However, DLRS can be used for any purpose other than serving something to
Internet. DLRS is not safe for serving Internet; use a properly designed server,
such as Apache httpd or IIS, as they are proven to be safe.
Internally, DLRS uses HttpListener, a .NET class which uses http.sys as backend
and uses a managed backend when it is not available (due to working on
GNU/Linux or so).
Licence informationa are available at LICENSE.txt file.