|
1 | 1 | # ScaleDynamics - WarpJS Samples |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | ## What is WarpJS? |
6 | 6 |
|
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. |
8 | 14 |
|
9 | 15 | ## Prerequisites |
10 | 16 |
|
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). |
12 | 18 |
|
13 | 19 | ## Samples |
14 | 20 |
|
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) |
31 | 60 |
|
32 | 61 | ## License |
33 | 62 |
|
|
0 commit comments