Skip to content

GreenPix/proncilia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proncilia

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

Security Disclaimer

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.

Available commands

proncilia exposes a REST API.

POST /start-server

Start the Renaissance project. For now, it is just bz, the authentication server.

Response Status

Code Description
204 Server has been started correctly

POST /stop-server

Stop the Renaissance project. For now, it is just bz, the authentication server.

Response Status

Code Description
204 Server has been stoped correctly

GET /logs/bz

Get the logs produced by bz, the authentication server.

Response Body

[
    {
        "time": "$(time: Timestamp)",
        "log": {
            "subject": "$(subject: String)",
            "priority": "$(priority: Int)",
            "msg": "$(msg: String)"
        }
    },
    ...
]

Response Status

Code Description
200 Server has been stoped correctly

Getting Started

npm install
node index.js

About

Admin console for the Renaissance project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published