mojo and distributed system
Does mojo support developing distributed system? Any references are appreciated.
2 Replies
Right now the language isn't very mature
So whatever you do needs to be done from scratch
There is Mojo implementation of redis - https://github.com/igorgue/firedis. You can check bindings for system calls needed for networking. But yeah language is not mature and a lot of things could change.