-
Updated
May 31, 2020 - C#
#
kestrel
Here are 41 public repositories matching this topic...
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
redis
microservices
kafka
apollo
rabbitmq
consul
json-serialization
swagger
grpc
apigateway
zookeeper
messagepack
nlog
log4net
dns-server
kestrel
skywalking
memorycache
protobuffer
surging
Siberite is a simple, lightweight, leveldb backed message queue written in Go.
-
Updated
Dec 18, 2018 - Go
NuGet server and cache running on kestrel in docker
-
Updated
Mar 16, 2020 - C#
petrsvihlik
commented
Jul 24, 2016
update documentation on:
Running under the full IIS
dotnet/AspNetCore.Docs#1982 (comment)
https://docs.asp.net/en/latest/publishing/iis.html
https://msdn.microsoft.com/magazine/mt736459
aspnet/Announcements#172
https://www.strathweb.com/2015/12/running-asp-net-5-website-on-iis/
HTTPs
Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, React (ReactJS), Redux, TypeScript. Single-page application boilerplate.
-
Updated
Feb 6, 2019 - TypeScript
A functional toolkit for building brilliant ASP.NET Core applications using F#.
api
http
functional
router
micro-framework
routing
f-sharp
asp
aspnet-core
asp-net
kestrel
view-engine
-
Updated
May 28, 2020 - F#
A .NET Standard web application framework built on ASP.NET Core w/ Kestrel and inspired by the simplicity of Express.js
http
middleware
commonmark
http-server
asp-net-core
net
netstandard
webapi
kestrel
websocket-support
redhttp
-
Updated
May 13, 2020 - C#
Sample code used in fnconf presentation 2019
-
Updated
Feb 25, 2020 - F#
-
Updated
Apr 5, 2020 - HTML
bendyer
commented
Apr 18, 2020
Example:
$ cat Example.kdl
@type Example : "exmp" {
}
Output:
$ bin/kdl -o ../kdl-out/ Example.kdl
libc++abi.dylib: terminating with uncaught exception of type std::logic_error: [kdl::sema::parser] Attempted to access lexeme beyond end of stream.
Abort trap: 6
It'd be nice if the message was something like Example.kdl:L2:1 - Expected ';' at end of file.
Platform agnostic request routing library for .NET
-
Updated
Nov 17, 2018 - C#
Kestrel Framework is a lightweight,high-productivity and fully asynchronous game server development framework.
-
Updated
Apr 15, 2020
Some examples for Topshelf Windowsservices - Basic Winservice / Scheduled Jobs / Scheduled Jobs & Enitity Framework Core / Web API & EF Core
csharp
aspnetcore
aspnet-core
asp-net-core
webapi
kestrel
topshelf
windowsservices
quartz-net
webapi-core
windowsservice
-
Updated
Mar 8, 2020 - C#
An F# wrapper for Kestrel, the .NET Core webserver
-
Updated
Feb 28, 2018 - F#
-
Updated
Nov 9, 2019 - MATLAB
Active Directory authentication middleware for ASP.Net Core using Kestrel. WWW-Authenticate headers (Basic Auth).
aspnetcore
activedirectory
aspnet-core
basic-authentication
kestrel
basicauthentication
www-authenticate
-
Updated
Jan 23, 2019 - C#
A robust static file server, written in F# using Kestrel
-
Updated
May 8, 2020 - F#
Nancy middleware implementation for hosting in Kestrel
-
Updated
Nov 26, 2019 - C#
How to ASP .Net Core up and running in linux
-
Updated
Jun 29, 2017
XML-RPC Implementation for .NET Standard
-
Updated
Jan 20, 2020 - C#
Svelte Example apps using dotnet kestrel server
-
Updated
Aug 30, 2017 - HTML
Master reference for dockerized React-.net core app.
-
Updated
Mar 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the kestrel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kestrel topic, visit your repo's landing page and select "manage topics."
I think, it happed because
AddStaticKeyPathAsync()method usesConsulConfigSource.FormValidKey()which adds/character to the end.In consul documentation path looks like
/kv/:key.https://demo.consul.io/v1/kv/hi - works
https://demo.consul.io/v1/kv/hi/ - not:(