-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CypherPotato
committed
Jan 7, 2023
1 parent
8ec95d3
commit f3766fc
Showing
8 changed files
with
316 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Features</title> | ||
</head> | ||
<body> | ||
|
||
<p>Sisk is a powerful framework for building powerful web applications. It is written in .NET 6 and uses Microsoft-HTTPAPI/2.0 as their main http Engine.</p> | ||
<h2 id="features">Features</h2> | ||
<ul> | ||
<li>Multi-platform and cross-operating system</li> | ||
<li>Ultra fast response/second average</li> | ||
<li>Support to operating system's native HTTP interface listener</li> | ||
<li>Sustainable and maintainable</li> | ||
<li>Database-agnostic</li> | ||
<li>Same code implementation for *nix, Mac OS and Windows</li> | ||
<li>Asynchronous request handling</li> | ||
<li>Middlewares, before and/or after request handlers</li> | ||
<li>Configurable error handling</li> | ||
<li>Support to log access/error logs</li> | ||
<li>Easy Cross-Origin Resource Sharing setup</li> | ||
<li>Written in C#</li> | ||
</ul> | ||
<blockquote> | ||
<p>You can use Sisk with HTTPS, HTTP/2 and HTTP/3 QUIC if you follow <a href="https://learn.microsoft.com/en-us/iis/manage/configuring-security/how-to-set-up-ssl-on-iis">this Microsoft tutorial</a>. Requires installation of IIS on Windows.</p> | ||
</blockquote> | ||
<h2 id="documentation">Documentation</h2> | ||
<p>The specification is complete, however, tutorials are yet to come. By the way, you can access the Sisk documentation <a href="https://sisk-http.github.io/docs/static/#/">here</a>.</p> | ||
<p>You can also view release change logs <a href="https://github.com/sisk-http/docs/blob/master/Changelog.md">here</a>.</p> | ||
<h2 id="installation">Installation</h2> | ||
<p>You can install the latest release from Nuget:</p> | ||
<pre><code>PM> dotnet add package Sisk.HttpServer | ||
</code></pre> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.