core

Sisk's request and response processor mainframe source code. (by sisk-http)

Core Alternatives

Similar projects and alternatives to core

  1. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. FastEndpoints

    A light-weight REST API development framework for ASP.NET 6 and newer.

  4. titanium-web-proxy

    Discontinued A cross-platform asynchronous HTTP(S) proxy server in C#.

  5. mig-service-dotnet

    MIG is a .Net library providing an integrated solution for developing networked applications and real time web applications

  6. iwnet

    Pure C Asynchronous HTTP/IO framework with routing, websockets, SSL and reverse proxy.

  7. NetCoreServer

    Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

  8. Firefly

    0 core VS Firefly

    Firefly is an asynchronous web framework for rapid development of high-performance web application. (by hypercube1024)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. cowboy

    11 core VS cowboy

    Small, fast, modern HTTP server for Erlang/OTP.

  11. EmbedIO

    3 core VS EmbedIO

    A tiny, cross-platform, module based web server for .NET

  12. BeetleX

    0 core VS BeetleX

    high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better core alternative or higher similarity.

core discussion

Log in or Post with

core reviews and mentions

Posts with mentions or reviews of core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-31.
  • Sisk – Lightweight .NET Web Framework
    5 projects | news.ycombinator.com | 31 Aug 2024
    I appears that this is using HttpListener to implement the HTTP protocol:

    https://github.com/sisk-http/core/blob/main/src/Http/HttpSer...

    HttpListener, while not deprecated, is frozen and not taking new features. For example, it does not support HTTP 2. It might not be as high performance as Kestrel (the default web server in ASP.NET Core).

    https://github.com/dotnet/runtime/issues/63941#issuecomment-...

    So the authors of the framework might want to consider longer term whether layering onto of Kestrel or some other HTTP server implementation may make more sense.

  • Sisk - Lightweight .NET web framework
    1 project | /r/dotnet | 1 Nov 2023
    Github: https://github.com/sisk-http/core

Stats

Basic core repo stats
3
188
9.1
8 days ago

sisk-http/core is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of core is C#.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C# is
the 10th most popular programming language
based on number of references?