推荐的在线免费增值服务基础设施开箱即用解决方案?

发布于 2024-09-14 20:33:49 字数 164 浏览 5 评论 0原文

我开发了一项在线服务,人们可以使用我的平台帮助营销他们的业务。我花了很多时间开发核心功能,但完全忽略了登录/信用卡处理/网站布局等。

是否有一个好的框架可以让我轻松插入,而不必开发大量这种“通用” “从头开始的东西?该服务是用 ruby​​ 制作的,但由于我的设计,它可以轻松地插入任何所需的语言。

I have developed an online based service where people can help market their businesses using my platform. I have spent many hours developing the core functionality, but have totally skimped on the login/credit card processing/website layout etc.

Is there a good framework out there that I can easily slot into, without having to develop a lot of this "generic" stuff from scratch? The service is made in ruby, but it can easily slot into any language necessary due to my design.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

决绝 2024-09-21 20:33:49

这在很大程度上取决于您的“核心功能”的灵活性以及您内置的灵活性程度。

如果您的应用程序主要需要标准功能,并且您能够为其构建模块来满足您的特定要求,那么通常会想到开源 CMS 系统。
如果您找不到适合您的框架,您可以选择所选的编程框架并自行开发一个。

您需要决定要保留多少“内部”组件。您可以外包网站的大部分核心功能(如果您选择这样做)。我喜欢使用 Amazon DevPay 进行信用卡处理,对于帐户处理,您可以在 Stack Overflows 登录处查看相关可能性。

但最终,您不会得到有关如何构建网站的直接答案。

It highly depends on how flexible your 'core functionality' is, and the degree of flexbility you built into it.

The usual suspects of open source CMS systems comes to mind, if your application mostly requires standard functionality, and you are able to build modules for it, to match your specific requirements.
If you can't find any that works for you, you go to the programming framework of choice and develop one yourself.

You need to decide how many components you want to keep 'in-house'. You can outsource most of your websites core functionality (if you choose to do). I like Amazon DevPay for creditcard procession, and for account handling you can check the possibilities at Stack Overflows login.

But ultimately, you will not get a straight answer on how to build your website.

绝對不後悔。 2024-09-21 20:33:49

亚马逊的 DevPay 非常专业,但亚马逊的灵活支付系统 (FPS) 可能会让您感兴趣。

http://aws.amazon.com/fps/

Amazon's DevPay is very specialized, but Amazon's Flexible Payment System (FPS) may interest you.

http://aws.amazon.com/fps/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文