Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

listen ( port, address )

Start a http server.

Arguments

  • port (required)
  • address (required)

Examples

bot.listen(8080, '127.0.0.1');
Clone this wiki locally