Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using file-based development, all coding is done on your own development machine. This means you’re able to use your favourite development tools and environments.
 

Developer collaboration can be done via BlinkMobile’s hosted Gitlab, making it easier for development teams to work on the same project at once.

...

Deployment is done in two parts - client side code, and server side code. Client side code can be deployment as a web app onto our Client CDN using the Client CLI tool. Server side code can be deployed with our Server CLI, lodging your Node.JS code into our highly-available, highly-scalable environment. This code will be accessible via an API URL that the Server CLI will return.

...