of-this-world
v1.0.0
Published
A simple endpoint server that takes in a human name and creates html artifacts for container pages at their human name domain
Downloads
2
Readme
of-this-world
endpoint service for managing the creation of artifacts for a human page
Server
The of-this.world server is a simple node.js web service app (polka framework).
Its purpose is to provide endpoints that will intake information about new users, manage user files (assets) on the of-this.world Nginx server, provide admin, and provide a DB interface in the main office backend.
It can be assumed that the DB has any level of sophistication, from a Redis instance to a full up blockchain user validation system. The server provided here mearly interfaces it.
When a user makes an intergalactic idenity IGID, the user may choose to store it on the of-this.world server. So, the end point, intake will take in the new identity structure, make a web frame page for the user and store it up on of-this.world server.
Asset templates
The server maintains asset templates. One of these is a Svelte application (static page) that provides a report on the content entered using an inergalatic identity builder provided by the intergalactic-content project.