An interesting aside for the unfamiliar: Eve Online's server is a monolithic app built in Python 2.7 [0]. Anecdotally, it is a hellscape of spaghetti code, sparse documentation, and features whose implementation details are quite literally lost (in that no current maintainer knows how they work or where in the codebase they exist).
Comments
An interesting aside for the unfamiliar: Eve Online's server is a monolithic app built in Python 2.7 [0]. Anecdotally, it is a hellscape of spaghetti code, sparse documentation, and features whose implementation details are quite literally lost (in that no current maintainer knows how they work or where in the codebase they exist).
0 - https://www.eveonline.com/article/stackless-python-2.7/