Skip to content

Commit 31db596

Browse files
committed
Update README
1 parent 6b2ec82 commit 31db596

File tree

2 files changed

+49
-20
lines changed

2 files changed

+49
-20
lines changed

README.md

Lines changed: 48 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,62 @@
11
# ScaleDynamics - WarpJS Samples
22

3-
This repository contains a collection of samples using the [ScaleDynamics WarpJS SDK](https://scaledynamics.com/).
3+
This repository contains a collection of samples using the [WarpJS](https://docs.scaledynamics.com/) technology, for the [ScaleDynamics](https://scaledynamics.com) platform.
44

55
## What is WarpJS?
66

7-
WarpJS is a Function-as-a-Service (FaaS) platform with a unique serverless approach to code and deploy JavaScript applications in minutes.
7+
The ScaleDynamics' Cloud Suite streamlines the web and mobile apps development process for developers, DevOps and IT ops. It turns developers into full stacks with an outstanding experience from code to production, on any cloud (private and public cloud, or on-premise).
8+
9+
It is composed of:
10+
11+
- The Full Stack playground to prototype web apps in minutes.
12+
- WarpJS SDK to code & call services at warp speed by converting JavaScript modules into cloud hosted microservices.
13+
- The Virtual Cloud to deploy and run on any cloud.
814

915
## Prerequisites
1016

11-
To learn how to get started with the ScaleDynamics WarpJS SDK, follow our [Getting Started](https://docs.scaledynamics.com/docs/getting-started) guide, try the [Hello World](./hello-world) sample and read the [documentation](https://docs.scaledynamics.com).
17+
To learn how to get started with WarpJS, follow our [Getting Started guide](https://docs.scaledynamics.com/docs/getting-started), and read the [documentation](https://docs.scaledynamics.com).
1218

1319
## Samples
1420

15-
- [Angular](./angular) - Integration of WarpJS with Angular on an [`angular-cli`](https://angular.io/cli) project
16-
- [Dark Sky API](./darksky) - Get the weather from the Dark Sky REST API
17-
- [Facebook Authentication](./facebook-auth) - Secure server function with Facebook Login SDK and WarpJS
18-
- [Firebase Authentication](./firebase-auth) - Secure server function with Firebase and WarpJS
19-
- [Hello World](./hello-world) - A basic sample Hello World
20-
- [HTTP Proxy](./http-proxy) - A simple HTTP Proxy with Axios.
21-
- [MongoDB Movies](./mongodb-movies) - Fetch a movie database with WarpJS and MongoDB driver for Node.js
22-
- [OpenCage Geocoder API](./opencage-geocoder) - Get the physical address from a GPS location with OpenCage Geocoder API
23-
- [React](./react) - Integration of WarpJS with React on an [`create-react-app`](https://github.com/facebook/create-react-app) project
24-
- [React Redux Saga](./react-redux-saga) - Integration of WarpJS with React, Redux and Redux Saga
25-
- [Send Email](./send-email) - Create a simple "Contact us" form in Vue.js and send e-mail with Nodemailer on Node.js
26-
- [Stripe Node.js](./stripe-node) - Make a payment with Stripe Node.js module and WarpJS
27-
- [TensorFlow.js Toxicity](./tensorflowjs-toxicity) - Execute the toxicity model for TensorFlow.js on WarpJS
28-
- [Twilio SMS](./twilio-sms) - Send SMS with Twilio and WarpJS
29-
- [ViaMichelin API](./viamichelin) - Find the best restaurants near you from the ViaMichelin REST API
30-
- [Vue.js](./vue) - Integration of WarpJS with Vue.js on a [`Vue CLI`](https://cli.vuejs.org/) project
21+
### Basics
22+
23+
- [Hello World](./hello-world)
24+
25+
### Front end integration
26+
27+
- [Angular](./angular)
28+
- [React](./react)
29+
- [React Redux Saga](./react-redux-saga)
30+
- [Vue.js](./vue)
31+
32+
### Proxies & APIs
33+
34+
- [HTTP Proxy](./http-proxy)
35+
- [Dark Sky API](./darksky)
36+
- [OpenCage Geocoder API](./opencage-geocoder)
37+
- [ViaMichelin API](./viamichelin)
38+
39+
### Databases
40+
41+
- [MongoDB Movies](./mongodb-movies)
42+
43+
### Payment
44+
45+
- [Stripe Node.js](./stripe-node)
46+
47+
### Messaging
48+
49+
- [Send Email](./send-email)
50+
- [Twilio SMS](./twilio-sms)
51+
52+
### Authentication
53+
54+
- [Facebook Authentication](./facebook-auth)
55+
- [Firebase Authentication](./firebase-auth)
56+
57+
### Machine Learning
58+
59+
- [TensorFlow.js Toxicity](./tensorflowjs-toxicity)
3160

3261
## License
3362

hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sample - Hello World
22

3-
Hello World sample project with [ScaleDynamics](https://scaledynamics.com/).
3+
Hello World sample project with the [ScaleDynamics WarpJS SDK](https://scaledynamics.com/).
44

55
👉 Try a [live demo](https://sample-hello-world.scaledynamics.cloud)
66

0 commit comments

Comments
 (0)