Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 438 Bytes

node.pas

Asynchronous Event-driven server applications framework

dep: libuv-v1.24.1, openssl-1.1.1a

platforms: Win32, Win64, Linux64

NodeJS-like ecosystem

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

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