Skip to content

NodeppOfficial/nodepp-esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodepp-ESP8266

⚠️ Port Under Construction ⚠️

The DOOM of Async Frameworks: Write Once, Build Everywhere, Process Everything.

Platform MIT License

Nodepp is a groundbreaking open-source project that simplifies C++ application development by bridging the gap between the language's raw power and the developer-friendly abstractions of Node.js. By providing a high-level API, Nodepp empowers developers to write C++ code in a familiar, Node.js-inspired style.

One of the standout features of Nodepp is its 100% asynchronous architecture, powered by an internal Event Loop. This design efficiently manages Nodepp’s tasks, enabling you to develop scalable and concurrent applications with minimal code. Experience the power and flexibility of Nodepp as you streamline your development process and create robust applications effortlessly!

🔗: Nodepp The MOST Powerful Framework for Asynchronous Programming in C++

Features

  • 📌: Node.js-like API: Write C++ code in a syntax and structure similar to Node.js, making it easier to learn and use.
  • 📌: Embedded-compatible: Compatible with ESP8266
  • 📌: High-performance: Leverage the speed and efficiency of C++ for demanding applications.
  • 📌: Scalability: Build applications that can handle large workloads and grow with your needs.
  • 📌: Open-source: Contribute to the project's development and customize it to your specific requirements.

Batteries Included

  • 📌: Include a build-in JSON parser / stringify system.
  • 📌: Include a build-in RegExp engine for processing text strings.
  • 📌: Include a build-in System that make every object Async Task safety.
  • 📌: Include a Smart Pointer based Garbage Collector to avoid Memory Leaks.
  • 📌: Include support for Reactive Programming based on Events and Observers.
  • 📌: Include an Event Loop that can handle multiple events and tasks on a single thread.

Hello World

#include <nodepp.h>

using namespace nodepp;

void onMain() {
    console::enable(9600);
    console::log("Hello World!");
}

One Codebase, Every Screen

Nodepp is the only framework that lets you share logic between the deepest embedded layers and the highest web layers.

Contribution

If you want to contribute to Nodepp, you are welcome to do so! You can contribute in several ways:

  • ☕ Buying me a Coffee
  • 📢 Reporting bugs and issues
  • 📝 Improving the documentation
  • 📌 Adding new features or improving existing ones
  • 🧪 Writing tests and ensuring compatibility with different platforms
  • 🔍 Before submitting a pull request, make sure to read the contribution guidelines.

ko-fi

License

Nodepp-Embedded is distributed under the MIT License. See the LICENSE file for more details.

About

a nodepp port for esp8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors