Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Ultz/SimpleServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9b5e37 · Jul 22, 2019
Feb 1, 2019
Feb 1, 2019
Feb 26, 2019
Feb 26, 2019
Feb 26, 2019
Feb 18, 2019
Feb 26, 2019
Feb 26, 2019
Jan 20, 2018
Mar 19, 2019
Jul 22, 2019
Feb 1, 2019
Sep 8, 2018

Repository files navigation

Deprecation Notice

SimpleServer has been superseded by Project Spirit, also made by Ultz. Please use that instead.

  • 4pm UTC+1, 22nd July 2019

SimpleServer

SimpleServer is new server environment written in C# for .NET Standard. We aim to make SimpleServer an easy-to-use platform in which developers can make advanced web applications on.

Our core values for SimpleServer are:

  • Be Expandable: SimpleServer can be shaped to do anything as we make abstractions at the lowest level of request handling, so if you wanted to you could implement a completely unrelated protocol to HTTP(S).
  • Be Efficient: We want SimpleServer to use system resources as sparingly as possible, so running an application built on top of SimpleServer is as cheap as possible.
  • Be Simple: We're shaping SimpleServer so that developers can integrate it easily, but can hack at it to great extents if they felt like it.

Current features include:

  • HTTP/2 support (with upgrading)
  • SSL support
  • Virtual Hosts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages