You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fast way to write IoT application server code running on devices.
4
4
5
5
# devify-server
6
6
7
7
[](https://gitter.im/DevifyPlatform/devify-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
devify-server, or [*Devify*](https://github.com/DevifyPlatform/devify-server) in a short, is a simple IoT server boilerplate.
11
+
**devify-server**, or [*Devify*](https://github.com/DevifyPlatform/devify-server), is a set of IoT device server boilerplate.
12
12
13
-
*Devify* is extremely light weight, and is very easy to use. It aims to help developers to create IoT application servers, faster.
13
+
*Devify* is written in 100% JavaScript and designed to be light-weight. It aims to help developers to create IoT application servers, faster.
14
14
15
15
## Introduction
16
16
17
-
Devify is an open source project to develop the boilerplates for getting started with IoT cloud servers. It gets you up to speed using IoT and web technologies.
18
-
19
-
Devify open source project, or **Devify**, is a software framework. Its goal is to create a new way to write IoT server code.
17
+
Devify is an open source project to develop a set of boilerplates for getting started with IoT device servers. It aims to help you developing device server running on IoT devices and using emerging web technologies. In addition, Devify open source project, or **Devify**, itself is a software framework.
This section introduces a new way to write a CoAP server for getting data from an NodeMCU (ESP8266) device.
32
+
This section introduces the steps to write a CoAP device server to collaborate with an ESP8266 (NodeMCU) IoT device that the device server will receive data from the ESP8266 device.
35
33
36
34
The following instructions show how to connect NodeMCU to your localhost (PC/Notebook) and send ADC data to localhost over CoAP.
0 commit comments