bronifty / nex-firecracker-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nex-firecracker-tutorial

kevin hoffman nex demo synadia nats nex docs

Setup

apt update && apt install make 

Initial Setup with Makefile

  • make
make make_executable init

Setup NEX and Preflight

  • should result in dependency satisfied with green or ask you to download deps
make nex preflight

Startup NATS Server

make nats

Build EchoService

  • in a new terminal
make build

Test EchoService

  • in a new terminal
make test

Static Compile

  • let's compile this echoservice
make compile

NEX Node Up

make run

NEX devrun

make devrun

About

License:MIT License


Languages

Language:Shell 77.4%Language:Makefile 12.0%Language:Go 10.6%