Hacker News new | ask | show | jobs
by dayjah 1480 days ago
I can confirm this. Context: part of the engineering team that worked on the chat infrastructure around this time period.

The history is basically:

- v1: IRC API to process scoped servers (Python backend, haxe front end)

- kept API as we migrated backed to go (via a terrible course through nodejs); this version allowed all participants to be in a room together (ie cross process servers).

- once most of background was on go we migrated the front end (can’t remember to what)

- backend then got revved a lot (a specialized team was convened to work on chat infrastructure full time)

I left in 2017, no idea what has happened since.