Y
Hacker News
new
|
ask
|
show
|
jobs
by
robotmlg
2853 days ago
Slack's messaging backend is Java (at least it was in 2014):
https://twitter.com/SlackHQ/status/426469205005705217
1 comments
sbilstein
2853 days ago
The pubsub for live connections and socket events is Java but everything else is PHP. The Java mostly tries to federate stuff from PHP to clients and doesn't write or read directly to the primary store. I used to work at slack.
link