/nim_now_serverless

Example of running a nim serverless function on zeit's now

Primary LanguageNimMIT LicenseMIT

Warning: This example is built with the Now v1 platform. Now v2 will not support this.

nim serverless function on zeit's now

A small example on how to deploy a serverless function on now using nim programming language.

Develop

  1. Install nim
  2. Run nimble build
  3. Run ./now_nim_serverless

Deploy

  1. Install now-cli
  2. Run now to deploy