Skip to main content

Asynchronous, single-threaded, poll-based Telnet server.

Project description

Miniboa: a simple Telnet server

build status downloads

What?

Miniboa is a bare-bones Telnet server to use as the base for a MUD or similar interactive server. Miniboa has several nice features for this type of application.

Features

  • Asynchronous - no waiting on player input or state.

  • Single threaded - light on resources with excellent performance.

  • Runs under your game loop - you decide when to poll for data.

  • Supports 1000 users under Linux and 512 under Windows (untested).

  • Miniboa is compatable with both Python 2.6, 2.7, and 3.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page