|
|
|
|
|
by matthewrudy
3914 days ago
|
|
I'd be interested to see the comparative performance for a "hello world" Phoenix app. But in reality we need a better benchmark than "hello world".
Something like TodoMVC, but for server-side development. eg. GET /todos
* authenticated
* 100 todos
* + threaded comments
implement the same in Rails, Phoenix, Express, and use that as a benchmark.(edited for formatting) |
|