karl-run / nim_now_serverless

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

Home Page:https://nim-serverless.now.sh/example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://nim-serverless.now.sh/example

License:MIT License


Languages

Language:Nim 76.9%Language:Dockerfile 23.1%