tinode / chat

Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
GNU General Public License v3.0
11.94k stars 1.87k forks source link

production ready ? #152

Closed vardef closed 6 years ago

vardef commented 6 years ago
  1. production ready ?
  2. is there some benchmarks that can be referenced
or-else commented 6 years ago
  1. That depends on scale. It should be fine for an organisation with 10,000 people. I don't know if it's fine for 1 million people.
  2. I ran tests for ~1000 simultaneous connections, 200 messages per second on my MacBook Pro. You can run your own load tests using the code in https://github.com/tinode/chat/tree/master/loadtest