Skip to content
jnorthrup edited this page Sep 13, 2010 · 5 revisions

Welcome to the 1xio wiki (on github)!

1xio (on github) is a nio-based successor of the owch mobile agent hosting toolkit, built on the premise of

  • pure-functional
  • heap-miserly
  • unithreaded
  • native NIO centric models
  • unix/libc select() analog
  • simplest possible protocol and REST method implementations

currently 1xio can act as a parsimonious REST daemon that imparts the tools to:

  • serve static content at 500M/s aggregate — Megabytes per second (half a gig/per second) on a single 2.x ghz intel core
  • retrieve NNTP hosted content
  • retrieve and proxy http requests
  • index, but never copy http headers in/outbound

for a self-contained, 4-class bootstrap version see also 1xio

Clone this wiki locally