Re: [ANN] Waxx 0.1.4
Philip Rhoades <[email protected]> Wed, 07 Aug 2019 07:51:09 +1000
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
Dan, On 2019-07-28 06:30, Dan Fitzpatrick wrote: > 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. Very interesting! A quick question: I have a chatbot written in Java and I would like a Ruby front end to it to allow users a nice. simple chat session interface - the initial user volume is going to be very low but it might get big enough that Waxx could be just what I need. The chatbot listens for input on a UNIX port. If you thought this was an interesting case - I could supply you with a basic Ruby CLI if you wanted to mock up something? Thanks, Phil. > 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> -- Philip Rhoades PO Box 896 Cowra NSW 2794 Australia E-mail: [email protected] Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>