Skip to content

bheesbeen/LogicReinc.WebServer

Repository files navigation

LogicReinc.WebServer

This is a framework for building sites as standalone application or as addition to an existing program.

Note that this is not a polished library and is may require some research.

Features

  • Async Handling (But supports Sync handling and supports multiple ways of async handling)
  • Controllers with parameter parsing
  • Controller Response Caching
  • File support (Cached)
  • Routing (Normal path routinh and through conditional (Func<HttpRequest, bool) routing)
  • Razor views support (Through RazorTemplates project)
  • Access to underlying httprequests
  • Automatic response serialization (supports XML/JSON)
  • Automatic request deserialization/parsing (supports url-encoded/XML/JSON)
  • Automatic API Javascript generation
  • InBuild token security system with easy implementation
  • More.. (Ill update this list sometime)

Dependencies

This library makes use of the following projects

  • LogicReinc framework is used for a variety of things.
  • Newtonsoft.Json for JSON parsing and serialization
  • RazorTemplates for Razor support

About

A framework for building webservers/sites as standalone application or in existing software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages