Skip to content

Commit 8df11fc

Browse files
authored
Update README.md
1 parent 8d0282d commit 8df11fc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
![](http://res.cloudinary.com/jollen/image/upload/h_110/v1455862763/devify-logo_rh63vl.png)
22

3-
A new way to write IoT application server code.
3+
A fast way to write IoT application server code running on devices.
44

55
# devify-server
66

77
[![Join the chat at https://gitter.im/DevifyPlatform/devify-server](https://badges.gitter.im/DevifyPlatform/devify-server.svg)](https://gitter.im/DevifyPlatform/devify-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88
[![Build Status](https://travis-ci.org/DevifyPlatform/devify-server.svg?branch=master)](https://travis-ci.org/DevifyPlatform/devify-server)
99
[![GitHub license](https://img.shields.io/github/license/DevifyPlatform/devify-server.svg)](https://github.com/DevifyPlatform/devify-server)
1010

11-
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.
1212

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.
1414

1515
## Introduction
1616

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.
2018

2119
## Quickstart
2220

@@ -31,7 +29,7 @@ $ node coap-broker-server-events.js
3129

3230
## Tutorial
3331

34-
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.
3533

3634
The following instructions show how to connect NodeMCU to your localhost (PC/Notebook) and send ADC data to localhost over CoAP.
3735

0 commit comments

Comments
 (0)