Zetta is an open source, API-first, Node.js-based platform for the Internet of Things. To learn more about Zetta now, jump to Introduction to Zetta on the Zetta doc wiki.
On the Zetta Doc wiki, you'll find a conceptual overview, getting started tutorials, the API reference, and other topics to help you build Zetta projects.
The Zetta Quick Start is the quintessential "Hello World" project for Zetta. Learn how to install Zetta, create a new Zetta project, fire up a Zetta server, and call a Zetta API. It just takes a few minutes!
You can install Zetta by cloning it from GitHub or using NPM:
Clone from GitHub
git clone [email protected]:zettajs/zetta.git && cd zetta
npm install
NPM
npm install zetta
- The Zetta Doc Wiki is where you'll find all of the documentation for Zetta, including overviews, tutorials, and reference content.
The supportive Zetta community is steadily growing. We have channels where you can interact with the Zetta team directly as well as with other Zetta enthusiasts.
You can file issues on our GitHub issues page.
MIT