first commit
commit
f2738c4ae8
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue