0.0.3 • Published 5 years ago

rtserver v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

RTSERVER: Request Threads Server

Platform for build fast scale, high performance and high availability solutions based on native node modules without dependencies

about features:

  • self state application server (in each router handler have access to store by dispatchEvent)
  • request handlers stack (from request handler can return data and use it in next() routes )
  • flixible router (can inject router in other routers, can serialize and share request handlers tree in network, share router beetwen workers and other instances by JSON payload )
  • handle requests in worker threads, balance traffic by round-robin, by ip features
  • can split by workers different request branches for hight availability.