mirror of
https://github.com/bitwarden/help
synced 2025-12-24 04:04:27 +00:00
* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
1.5 KiB
1.5 KiB
EventMachine documentation guides
Welcome to the documentation guides for 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 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.