This project is part of the Renaissance project, that is an attempt to write an open source 2D online RPG engine. proncilia is intended to be an admin console to drive the server components
As for now, proncilia does not care about security. It does not use any authentication, so you'd rather NOT USE IT FOR REAL LIFE PURPOSE.
proncilia exposes a REST API.
Start the Renaissance project. For now, it is just bz, the authentication server.
Code | Description |
---|---|
204 | Server has been started correctly |
Stop the Renaissance project. For now, it is just bz, the authentication server.
Code | Description |
---|---|
204 | Server has been stoped correctly |
Get the logs produced by bz, the authentication server.
[
{
"time": "$(time: Timestamp)",
"log": {
"subject": "$(subject: String)",
"priority": "$(priority: Int)",
"msg": "$(msg: String)"
}
},
...
]
Code | Description |
---|---|
200 | Server has been stoped correctly |
npm install
node index.js