Open smehta91 opened 2 years ago
Ah yes.
I have used tags to help with these types of issues!
https://github.com/ThePrimeagen/tyrone-biggums/tree/go-vs-ts-video-1
Let me know if that works out or not :)
I didn't really document how to run these things as its all for me to do, but if you get through it and figure out how to run it all, awesome.
I recommend the rust client for testing and then using docker for one of the three servers.
I'm in the process right now rewriting the client in rust. You will be able to test a video 2 very easy.
Hey !! Thanks for the amazing video https://www.youtube.com/watch?v=h7UEwBaGoVo I am trying to do some optimizations in the typescript project (in terms of web server choice, code organization, and more) But I am running into an issue while running the benchmarks for
ts
.I started the server using
$> node typescript/dist/index.js callback localhost 9999
started client using$> cargo +nightly run --bin test_client 2 localhost --path / --port 9999
Running the client is crashing the server with
I can see this project is being worked upon daily. Can you please point me to the commit at which this comparison was done?