commit f2738c4ae885f36b83dac3acbf693a62f2553e67 Author: LowEel Date: Sat May 10 20:04:08 2025 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..cae4a36 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# XENOS + +XENOS is a Work-In-Progress (WIP) ActivityPub server written in Erlang. +It is **not ready for production** and **not yet fully functional**. + +This project serves solely as a learning exercise to deepen my understanding of Erlang and the ActivityPub protocol. + +Feel free to explore, but keep in mind that it is experimental and under active development. +--- + +## FAQ + +- **Aaargh, I ran this on my laptop, and now the laptop is pregnant!** + I told you. + +- **Why using Mnesia?** + Postgres is for losers. Erlang comes with Mnesia. Man up! + +- **Is this ready to use?** + Nope. But hey, learning Erlang is fun, right? + +- **Will this eat all my RAM?** + Possibly. Proceed with caution. + +