Skip to content

Commit 66d1437

Browse files
authored
Update README.md
1 parent 9272f8f commit 66d1437

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
ServerAPI is a versatile software that allows you to turn any machine (Windows, Linux, and macOS) into a server. It sends machine statistics via email (configurable via setup wizard), display and register logs.
44

5+
## Technologies
6+
7+
This project uses [`lettre`](https://lettre.rs/) crate to send e-mails, async-std to execute code in async/await and [`valence`](https://valence.rs/) to add minecraft server software that runs in async with the mail server (removed). Everything is written in the **Rust** programming language (except the sent mail which is written in html & css, see the [`showcase`](https://github.com/heydocode/ServerAPI/tree/master/README.md#Showcase) section).
8+
59
## IMPORTANT
610
ServerAPI is in "active" (now is not) developpement and is not released yet!
711

@@ -40,6 +44,10 @@ ServerAPI is in "active" (now is not) developpement and is not released yet!
4044

4145
ServerAPI includes a setup wizard that guides the user through the necessary configuration steps. The user simply needs to answer the wizard's questions and confirm the provided information.
4246

47+
## Showcase
48+
49+
![image](screenshots/ServerAPIemail.png)
50+
4351
## Support
4452

4553
For support, please create an "issue" on the GitHub page of the software.

0 commit comments

Comments
 (0)