#tcp-server

[ follow ]
fromMedium
2 weeks ago

From Vibe Coding to MUD-Part 2

The actor model, at its core, is a concurrency model where 'actors' are the fundamental units of computation. Each actor has an isolated state and communicates with other actors solely through message passing.
Web frameworks
[ Load more ]