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
@@ -4,16 +4,34 @@ Nodepp is a groundbreaking open-source project that simplifies C++ application d
4
4
5
5
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!
6
6
7
-
## Dependencies
7
+
🔗: [Nodepp The MOST Powerful Framework for Asynchronous Programming in C++](https://medium.com/p/c01b84eee67a)
- 🔗: [NodePP for Window | Linux | Mac | Bsd ](https://github.com/NodeppOfficial/nodepp)
197
+
- 🔗: [NodePP for Arduino](https://github.com/NodeppOfficial/nodepp-arduino)
198
+
- 🔗: [Nodepp for WASM](https://github.com/NodeppOfficial/nodepp-wasm)
127
199
128
200
## Projects made with NodePP
201
+
- 🔗: [Computer Vision VR Controllers for phones Demo](https://github.com/PocketVR/Barely_VR_AR_Controller_Test)
129
202
- 🔗: [Draw on your PC using your smartphone](https://github.com/ScreenDraw/PCDraw)
130
203
- 🔗: [Simple multiplayer Game With Raylib](https://medium.com/@EDBCBlog/create-your-own-online-multiplayer-small-fast-and-fun-with-raylib-nodepp-and-websockets-190f5c174094)
131
204
- 🔗: [Cursed Luna - A simple Raylib Game](https://github.com/EDBCREPO/Space-Shocker)
@@ -136,26 +209,24 @@ void onMain(){
136
209
137
210
Check out some articles on [Medium](https://medium.com/@EDBCBlog)
138
211
139
-
## Compatibility
140
-
- 🔗: [NodePP for Window | Linux | Mac | Bsd ](https://github.com/NodeppOfficial/nodepp)
141
-
- 🔗: [NodePP for Arduino](https://github.com/NodeppOfficial/nodepp-arduino)
142
-
- 🔗: [Nodepp for WASM](https://github.com/NodeppOfficial/nodepp-wasm)
143
-
144
212
## Official Libraries for Nodepp
145
-
- 🔗: [ExpressPP](https://github.com/NodeppOfficial/nodepp-express) -> Express equivalent for Nodepp
146
-
- 🔗: [ApifyPP](https://github.com/NodeppOfficial/nodepp-apify) -> Socket.io equivalent for Nodepp
147
-
- 🔗: [SerialPP](https://github.com/NodeppOfficial/nodepp-serial) -> Serial Port for Nodepp
148
-
- 🔗: [Argon2](https://github.com/NodeppOfficial/nodepp-argon2) -> Argon2 for Nodepp
149
-
- 🔗: [Torify](https://github.com/NodeppOfficial/nodepp-torify) -> HTTP|Ws over Tor
0 commit comments