1. Use undici package Just use it its fastest in benchmarks https://github.com/nodejs/undici It’s built from the ground up with performance in mind. Undici leverages modern Node.js features and optimizes the handling of HTTP requests andCzytaj dalej
Tag: nodejs
Undici perfomance research
I have created repository containing some useful commands for working on undici performance. https://github.com/DarkGL/undici-performance-research looking for feedback what I could add/improve
Opóźnianie powrotu funkcji asynchronicznej w REPL
Jeśli podczas korzystania z REPL ( http://nodejs.org/api/repl.html ) używamy funkcji asynchronicznej możemy trafić na mały problem. Funkcja wywoływana z REPL po zakończeniu swojego działania i zwróceniu wartości jest uznawana za całkowicie wykonaną i zostaje odblokowanaCzytaj dalej