claudiajs / example-projects

Simple example projects that show how to use ClaudiaJs
650 stars 235 forks source link

Claudia.js Example projects

Hello world

Common Development tasks

Web API

Event processing

Proxy API

Chat-bots

Examples in other repositories

More information

For more information on the Web API configuration syntax, check out the Claudia API Builder project. For more information on Claudia.js options, see the Command Line Usage.

Join the chat at https://gitter.im/claudiajs/claudia

Prerequisites

To get started, make sure your credentials are configured. See the ClaudiaJS Getting Started Guide for more information.

AWS Lambda currently runs Node.js version 10 and 8 (you can choose the runtime with --runtime when creating the function). It's best to use the same version for testing and deployment.