Skip to content

Commit 9c732a9

Browse files
authored
Create README.md
1 parent 2213d18 commit 9c732a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ParseServerSwift
2+
3+
Write Cloud Code in Swift! What is Cloud Code?
4+
5+
For complex apps, sometimes you just need logic that isn’t running on a mobile device. Cloud Code makes this possible.
6+
Cloud Code in ParseServerSwift is easy to use because it’s built using [Parse-Swift](https://github.com/parse-community/Parse-Swift)
7+
and [Vapor](https://github.com/vapor/vapor). The only difference is that this code runs in your ParseServerSwift rather than running on the user’s mobile device. When you update your Cloud Code,
8+
it becomes available to all mobile environments instantly. You don’t have to wait for a new release of your application.
9+
This lets you change app behavior on the fly and add new features faster.

0 commit comments

Comments
 (0)