Questions tagged [saas]

Software as a service (SaaS), or "on-demand software," is a software delivery model in which software and its associated data are hosted centrally and are typically accessed by users using a thin client, normally using a web browser over the Internet.

Software as a service (SaaS), sometimes referred to as "on-demand software," is a software delivery model in which software and its associated data are hosted centrally (typically in the (Internet) cloud) and are typically accessed by users using a thin client, normally using a web browser over the Internet.

SAAS Definition - Wikipedia

1084 questions
8
votes
1 answer

How to create an SaaS Application?

I don't know how else to say it so I'm just going to explain my ideal scenario and hopefully you can explain to me how to implement it... I'm creating an application with the Zend Framework that will be hosted with DreamHost. The application will be…
Andrew
  • 227,796
  • 193
  • 515
  • 708
8
votes
1 answer

App using Realtime database not working in Romania ISPs blocked by Firebase

I'm facing a critical issue right now in Romania. So for almost 24 hours my mobile app which is using Firebase Realtime Database can't be used on some ISPs (like Vodafone, DIGI or Telekom) if you are using mobile data (4G or 5G) the app is working…
8
votes
3 answers

How to setup a custom domain to a SAAS?

I’m building a SAAS product with PHP/HTML on shared hosting on a Linux server and I’m stuck on the domain name part. Goals I would host my SAAS app on app.mysaas.com My customers point their domain name to…
Johan Vranckx
  • 250
  • 3
  • 7
8
votes
3 answers

gulp Package task -ReferenceError: primordials is not defined

Team, My Ci Pipeline azure getting failed find error below. I have tried solution from How to fix ReferenceError: primordials is not defined in node but no luck Error below : ##[section]Starting: gulp…
Singh
  • 151
  • 2
  • 2
  • 7
8
votes
1 answer

Why would WCF fail to call a SOAP service when a 302 response is encountered?

I have written an application that starts with making a WCF call to login. I generated the client code with a service reference. It works fine for clients who have their services installed locally to their network. However, there is a saas…
REW
  • 752
  • 2
  • 9
  • 27
8
votes
5 answers

Describe the transition to SaaS model

What is the organic growth process from a standalone solution into a Software as a Service? Clearly Scalability is not a "feature" tacked on at the end [of] development.^ so I'm interested in high level code and architecture changes…
Oleg
  • 24,465
  • 8
  • 61
  • 91
7
votes
4 answers

Database schema for large web apps

Many of the SaaS web app services have a company based concept. So, each company using the service has its own set of users, files, and other data. How do the web apps usually handle this on the DB side? Do they create a new database for every…
tjamaes
7
votes
1 answer

How to approach multi-site authentication

We have SaaS product that is branded for each of our clients along with their own domain. We're in the design phase of building an api that would allow third-parties to create widgets or completely different websites for our clients. One of the…
Micah
  • 111,873
  • 86
  • 233
  • 325
7
votes
8 answers

SAAS vs Cloud Computing

What is the difference b/n SAAS and Cloud Computing ? There are SAAS vendors (RackSpace) Cloud Vendors (Amazon, Microsoft , Google etc). So what is the difference between the services offered ?
Ananth
  • 10,330
  • 24
  • 82
  • 109
7
votes
2 answers

What is the difference between Watson Assistant (formerly Watson Conversation) and Watson Assistant Solutions

I'm only familiar with Watson Assistant because I've done some work with it but I've never used Watson Assistant Solutions. Is it a new API or an app on top of Watson Assistant? When should I use one or the other?
7
votes
2 answers

A completely closed source docker container

I was wondering if it is possible to offer Docker images, but not allow any access to the internals of the built containers. Basically, the user of the container images can use the services they provide, but can't dig into any of the code within the…
m8a
  • 682
  • 5
  • 11
7
votes
5 answers

Entity Framework and multi-tenancy database design

I am looking at multi-tenancy database schema design for an SaaS concept. It will be ASP.NET MVC -> EF, but that isn't so important. Below you can see an example database schema (the Tenant being the Company). The CompanyId is replicated throughout…
Rebecca
  • 13,914
  • 10
  • 95
  • 136
7
votes
5 answers

SAAS per seat authentication

Our company makes the web based application which is priced per workstation. That means that user/pass credentials should only be used from one particular machine. Currently what is happening that several users are sharing credentials and we do not…
SparcU
  • 742
  • 1
  • 7
  • 27
7
votes
1 answer

Multi-tenancy client-specific customization for SAAS

Hi I have a question related to SAAS model and multi-tenancy. As far as I know SAAS multi-tenancy application means common functionality for all clients, with some customizations of UI and functionality underNeath. If I need make for some customers…
Alexandr
  • 1,452
  • 2
  • 20
  • 42
6
votes
1 answer

Ruby on Rails: how to design a SaaS infrastructure?

I'm building a Rails 3 application that I plan on provided as a subscription-based SaaS (Software as a Service) product. Basically, I want users to be able to hit my "Sign up" page, create a new account, and immediately start using the software. A…
Finch
  • 1,741
  • 3
  • 15
  • 15