kellyirc / kurea

an irc bot framework - discuss with us in irc.esper.net#kellyirc!
MIT License
16 stars 12 forks source link

have webserver available for modules #45

Closed seiyria closed 9 years ago

seiyria commented 10 years ago

There should be a way to cleverly host a light web server to serve webpages that can include logs, comics, wordclouds, or other interesting bits of information.

Possibly, Meteor will be the webserver of choice simply based on its client / server push capabilities. The advantages of this are having the website automatically update when the DB is changed. The downsides are that the templating system, at first glance, is not as powerful as angular.

Express is also a consideration. The advantages of this are: front-end templating, such as with angular. The disadvantages would include making a push system, or having to refresh a page to get new information.