Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.08 KB

CTX

CTX is an abstraction layer for creating real-time scalable nano-service application. CTX is highly optimized through caching and provides high scalability and reliability with socket.io serving as the communication protocol.

Documentation

Demos

Migration Notes

Migrating from version 2

  • Version 3 adopts language that helps promote the idea of encapsulated nano-services.
  • CTX.get changed to CTX.start.
  • Node class has changed to Service class.
  • Some functionalities were removed from the core and made into extensions.
    • Routing: ctxjs-routing
    • Templating: ctxjs-template
    • Language: ctxjs-i8ln
  • node.ctx.json renamed to service.ctx.json
  • CTX.serve middleware removed and replaced with CTX.listen