3.0.8 • Published 6 years ago

ctxjs v3.0.8

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
6 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

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago