[ANN] Waxx 0.1.4
Dan Fitzpatrick <[email protected]> Sat, 27 Jul 2019 22:30:12 +0200
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
Waxx - Web application framework version 0.1.4 has just been released. Waxx is a high-performance multi-threaded app server that is not an MVC framework and does not use Rack. It is mostly functional with just modules and methods. It is good for CRUD, restful, and RPC services including micro-services and monolithic beasts. Normal requests including session management and a DB query are returned in 1 -2 ms. Similar speed to Node and Go. gem install waxx See waxx.io for more info Source github.com/waxxio/waxx Version 0.1.4 has improved error handling and harmonizes some interfaces. Waxx has been running production systems for a few years but I would still call it new/beta. Feedback welcome. Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>