Sha256: f20df5a9c400313ed202e4903d518af7ff802b9d81f195d8115716a44342407f

Contents?: true

Size: 1.48 KB

Versions: 129

Compression:

Stored size: 1.48 KB

Contents

# EventMachine documentation guides #

Welcome to the documentation guides for [EventMachine](http://github.com/eventmachine/eventmachine),
a fast and simple event-processing library for Ruby programs (à la JBoss Netty, Twisted, Node.js
and so on).

## Guide list ##

 * {file:docs/GettingStarted.md Getting started with EventMachine}
 * {file:docs/EventDrivenServers.md Writing event-driven servers}
 * {file:docs/EventDrivenClients.md Writing event-driven clients}
 * {file:docs/ConnectionFailureAndRecovery.md Connection Failure and Recovery}
 * {file:docs/TLS.md TLS (aka SSL)}
 * {file:docs/Ecosystem.md EventMachine ecosystem}: Thin, Goliath, em-http-request, em-websockets, Proxymachine and beyond
 * {file:docs/BlockingEventLoop.md On blocking the event loop: why it is harmful for performance and how to avoid it}
 * {file:docs/LightweightConcurrency.md Lightweight concurrency with EventMachine}
 * {file:docs/Deferrables.md Deferrables}
 * {file:docs/ModernKernelInputOutputAPIs.md Brief introduction to epoll, kqueue, select}
 * {file:docs/WorkingWithOtherIOSources.md Working with other IO sources such as the keyboard}


## Tell us what you think! ##

Please take a moment and tell us what you think about this guide on the [EventMachine mailing list](http://bit.ly/jW3cR3)
or in the #eventmachine channel on irc.freenode.net: what was unclear? What wasn't covered?
Maybe you don't like the guide style or the grammar and spelling are incorrect? Reader feedback is
key to making documentation better.

Version data entries

129 entries across 126 versions & 10 rubygems

Version Path
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/docs/DocumentationGuidesIndex.md
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.1.0/gems/eventmachine-1.2.7/docs/DocumentationGuidesIndex.md
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.0.0/gems/eventmachine-1.2.7/docs/DocumentationGuidesIndex.md
eventmachine-mkroman-1.3.0.dev.1 docs/DocumentationGuidesIndex.md
wj_eventmachine-1.3.2 docs/DocumentationGuidesIndex.md
wj_eventmachine-1.3.1 docs/DocumentationGuidesIndex.md
wj_eventmachine-1.3.0.dev.1 docs/DocumentationGuidesIndex.md
sensu-em-2.7.0-java docs/DocumentationGuidesIndex.md
eventmachine-1.2.7-java docs/DocumentationGuidesIndex.md
eventmachine-1.2.7-x64-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.7-x86-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.7 docs/DocumentationGuidesIndex.md
eventmachine-1.2.6-x64-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.6-x86-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.6-java docs/DocumentationGuidesIndex.md
eventmachine-1.2.6 docs/DocumentationGuidesIndex.md
eventmachine-1.2.5-x86-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.5-x64-mingw32 docs/DocumentationGuidesIndex.md
eventmachine-1.2.5-java docs/DocumentationGuidesIndex.md
eventmachine-1.2.5 docs/DocumentationGuidesIndex.md