[ANN] Mongoose.jl v0.2.x - A fast lightweight HTTP Server

Hi there,

I’m happy to announce the 0.2 release of the Mongoose.jl library. A much more mature and stable release.

This release includes many new cool features, for example:

  • Multi-instance (launch multiple servers on different ports)
  • Multi-threading support (one thread dedicated for the event loop and multiple workers)
  • New syntax (avoiding the mg_ prefix as it was suggested)
  • Among others (check the repo for more details)

Thank you for your kind feedback and any contribution to make the library better is totally welcome!

5 Likes