GithubHelp home page GithubHelp logo

rocketforce's Introduction

RocketForce

RocketForce is a Gemini Server in .NET. It can serve static files and supports application development via callback functions on specific routes. It is written in .NET 5 and supports Windows, Linux, and macOS.

Gemini III, first crewed mission, launching into space

RocketForce provides many features beyond existing .NET gemini servers:

  • Multi-threaded support
  • IPv4 and IPv6 clients
  • Serves static files (without needing a specific route per file)
  • Default files (e.g. /directory/ will serve /directory/index.gmi)
  • Streaming output to the client (vs buffering until entire response is generated)
  • Privacy first! PII like client IP addresses not logged by default
  • access.log support with Apache access.log-ish format
  • Support text and binary files

RocketForce is inspired by JetForce. RocketForce started as a heavily modified version of Cuipod

rocketforce's People

Contributors

acidus99 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gzagatti dimkr

rocketforce's Issues

Kennedy is not sending close_notify

Hello!

My client distinguishes between close_notify (as the Gemini spec requires) and a FIN: it warns the user when it doesn't know whether or not the page is truncated. Only few capsules (mostly old ones, before this requirement) don't send close_notify so it's mostly OK. Kennedy is also affected (๐Ÿ˜ข) and that's the only reason why I don't bookmark it in the default configuration file of my client.

If I understand correctly, SslStream.ShutdownAsync() does this by calling SSL_shutdown(). However, the SslStream.Dispose() call of the using block in ProcessRequest() closes the connection without calling ShutdownAsync() first.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.