Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivier-boudeville/universal-server
The Universal-Server project has for goal to provide an infrastructure able to support a wide range of computer-based services.
https://github.com/olivier-boudeville/universal-server
daemon erlang functional server universal-server
Last synced: 13 days ago
JSON representation
The Universal-Server project has for goal to provide an infrastructure able to support a wide range of computer-based services.
- Host: GitHub
- URL: https://github.com/olivier-boudeville/universal-server
- Owner: Olivier-Boudeville
- License: agpl-3.0
- Created: 2020-04-29T13:19:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T21:10:54.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T15:41:21.709Z (2 months ago)
- Topics: daemon, erlang, functional, server, universal-server
- Language: CSS
- Homepage: http://us.esperide.org
- Size: 595 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Universal-Server
![](/us-umbrella-title.png)
The **Universal-Server project** (`US`) has for goal to provide an infrastructure able to support a wide range of computer-based services.
This repository is just an umbrella, in the sense it is mostly empty: its purpose is only to federate and give access to the `us-*` actual subprojects.
The **US** project currently comprises indeed 3 public subprojects:
- [us-common](https://github.com/Olivier-Boudeville/us-common): for all the **base facilities** on which the various Universal Services are built
- [us-main](https://github.com/Olivier-Boudeville/us-main): for the **Universal Server** itself, the main daemon involved
- [us-web](https://github.com/Olivier-Boudeville/us-web): for the **Universal Webserver**, which is a multi-domain, multi-virtualhost webserver
![US dependencies](us-dependencies.png "US Dependencies")The US infrastructure depends on the [Ceylan](https://github.com/Olivier-Boudeville/Ceylan) one.
Please refer to the [Universal Server official documentation](http://us.esperide.org) for further information, otherwise to its [mirror](http://olivier-boudeville.github.io/Universal-Server/).