Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
Pascal
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
samples
source
.gitignore
LICENSE
Node.pas.dpk
Node.pas.dproj
Node.pas.res
README.md
np.groupproj

README.md

node.pas

Asynchronous Event-driven server applications framework

dep: libuv, OpenSSL 1.1

platforms: win32,win64, ?linux64

NodeJS-like ecosystem

  • Buffer
  • loop
  • setImmediate
  • nextTick
  • EventEmitter
  • setTimeout
  • setInterval
  • tcp
  • pipe
  • tty
  • child process
  • Http(s) server
  • Promises
  • JSON
  • Http(s) client

There is no documentaion et. You can study examples for basical usage.