3.0.8 • Published 8 years ago

ctxjs v3.0.8

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
8 years ago

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
3.0.8

8 years ago

3.0.7

8 years ago

3.0.6

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago