* INTRODUCTION
In this article, I'll show you how to create and host simple ToDo
application with authentication, profile and task management using
Swifty. We will use swifty.todo [1] application written on Vue.js as
an example. Our swifty.todo appl...
HOW TO GET SWIFTY?
There are multiple ways to get Swifty benefits. You can easily deploy
Swifty.Lite to your own preferred cloud using our ansible playbooks,
you can also get access to one of our partners, or you can deploy
Swifty to your own cloud or...
SUMMARY
Here's a guide helping to code a function for swifty. Swifty supports
several programming languages, so there are common things, that apply
to all, and some specific.
First of all, the "function" from swifty point of view is a language,
we...
When writing a function one may attach a swifty library to its code
that provides some handy facilities. All libs are heavily
language-specific.
== Golang == import ( "swifty" )
* func MongoDatabase(mwn string) (*mgo.Database, error)
returns a mo...
SUPPORTED LANGUAGES
Currently we support the following languages and associated
libraries:
Languages
Features
Golang
Python
Ruby
JavaScript
Swift
IMPORTS
Mongo
Yes
Yes
Yes
Yes
No
Maria
Yes
Yes
N...
HOW DID WE GET TO SWIFTY?
We were working on our own app - checkers with quantum theory rules
called Quantum Checkers. Quantum Checkers does not need complex
backend but it still needs user authentication to track your score and
achievements. Looks ea...
INTRODUCTION
In this article, I'll show you how to create simple Telegram bot on
webhooks written in Python 3 and deploy it to Swifty. To create such
bot we need only little Python knowledge, Telegram account and…
Swifty!
REGISTER YOUR BOT
First...
WHAT IS SERVERLESS WEBSITE?
This is simple serverless website [1] and this is serverless
application [2]. In some cases, for example for static websites or SPA
applications, you do not need to build and support complex webserver
environment. It is much...
WHAT IS SWIFTY?
Swifty is a serverless platform that allows you to develop and run
backends for your web or mobile applications as fast and easy as
possible without having to manage any infrastructure. With Swifty, you
do not need to think about your...
INSTALLING SWYCTL
Aside from using the swifty.dashboard web panel, you can also manage
Swifty with the swyctl command-line tool that lets you do even more.
The swyctl CLI tool is available for Mac via brew [1]. Install it as
follows:
# brew tap...
Что такое SWIFTY? Swifty это платформа,
построенная на принципах serverless,
которая позволяет разрабатывать и
запускать бекенды для мобильных , веб
приложений и чат-ботов. Используя
serverless архитектуру вам не нужно
управлять инфраструктурой, такой ...