Skip to content

Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.

License

Notifications You must be signed in to change notification settings

joestarzxh/node.pas

 
 

Repository files navigation

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
  • fs/fswatch
  • child process
  • Http(s) server/client
  • EventEmitter
  • Promises
  • JSON
  • JS-like Object/Array (experimental)

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

About

Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 86.7%
  • C 13.2%
  • Other 0.1%