Search code examples
web-applicationsserver-sidechatbot

How can I start a server side application automatically?


I want to develop a chatbot that sometimes sends messages on its own. That means it have to become active by itself. How can I do this?


Solution

  • Your best method is to create a standalone application (in whatever language you choose) then create a crontab / windows scheduler entry to run the application. The application doesnt need to run in a browser to connect to a web based application.