Skip to content

dimagi/rapidsms-threadless-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapidsms-threadless-router

A RapidSMS router implementation that removes the threading functionality from the legacy Router class. Rather, all inbound requests are handled via the main HTTP thread. Backends can optionally pass requests to a message queue for out-of-band responses. threadless_router attempts to:

  • Make RapidSMS backends more Django-like. Use Django's URL routing and views to handle inbound HTTP requests.
  • Remove clutter and complexity of route process and threaded backends.
  • Ease testing -- no more threading or Queue modules slowing down tests.

Please refer to the documentation for more details.

Development by Caktus Consulting Group.

About

A RapidSMS router implementation that removes the threading functionality from the legacy Router class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.7%
  • Shell 9.1%
  • CSS 2.2%