SXAPI Core

sxapi comes with several buildin core modules to help you build a fast and flexible API. You will find in this section theses core modules and how to use them in your configuration file.

  1. tools library used for loading low level tools
  2. timer component used to time code execution
  3. log component used to log application action
  4. Application main application component used to configure and start application
  5. resource component used to access and manage your API resources
  6. session component used to maintain persistant data between client and server
  7. web server component used to handle request from clients and send responses
  8. bot component used to act like a bot executing time or event based actions