Search SaaS Open Source Examples

I would like to know if there are any basic systems like SaaS in the open source world.
Trying to find options for implementing a new product such as SaaS, which he is working on. Java solutions would be preferable, but everyone is welcome.

For example: Basecamp will allow you to subscribe to the service, and they will provide you with yourdomain.basecamphq.com. Obviously, the base code base is the same, and it simply routes and processes the data based on the "yourdomain" wildcard. There are some basic color change options from what I can say.

Another example: StackExchange is similar. You can create a hosted StackExchange site that runs on the same computer and uses the same instance of the application that runs other stack exchange sites.

I would like to get sample codebases with this feature in the open source field.

+3
source share
1 answer

Wordpress, Buddypress and Wikipedia come to mind.

0
source

Source: https://habr.com/ru/post/1729474/


All Articles