Marko Biškup
Marko Biškup
That is very strange indeed. My results are following: wrk -t12 -c400 -d3s http://127.0.0.1:3000/ Running 3s test @ http://127.0.0.1:3000/ 12 threads and 400 connections Thread Stats Avg Stdev Max +/-...
Hmmm, is it possible Digital ocean is blocking so much concurrent connections, if you run regular node server, does it work?
this is weird, although here youre using a different port...
I was running the code you posted without problems...
Did you manage to resolve the problem?
Can you send some more details about the error, the script you are running, bech tool you are running with etc.
Hi, Mitol currently doesnt support https. You can use nginx as a reverse proxy if https is a requirement.
Hi Voxsoftware! Thank you for your interest of the Mitol project. Unfortunately I don't have spare time to continue development of the project. The project needs refactoring to support the...
You are correct, currently you can install the package through npm install mitol. Although today later in the afternoon I will make a new release with included body parse fix....
I can include the package.json, but I dont believe it will work as expected. because the root of the project is a C++ source code. You can manually compile if...