added other abstractions documentation to P2PRC

This commit is contained in:
2023-02-22 23:08:11 +00:00
parent be9de346e5
commit c646a1389e
2 changed files with 7 additions and 1 deletions

6
Docs/Abstractions.md Normal file
View File

@@ -0,0 +1,6 @@
# Abstractions
The Abstractions package consists of blackboxed functions for P2PRC.
## Functions
- ```Init(<Project name>)```: Initialises P2PRC with all the needed configurations.
- ```Start()```: Starts p2prc as a server and makes it possible to extend by adding other routes and functionality to P2PRC.