Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have webserver available for modules #45

Closed
seiyria opened this issue Jun 18, 2014 · 0 comments
Closed

have webserver available for modules #45

seiyria opened this issue Jun 18, 2014 · 0 comments
Assignees

Comments

@seiyria
Copy link
Member

seiyria commented Jun 18, 2014

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.

@seiyria seiyria changed the title have express webserver available have webserver available for modules Jun 27, 2014
@seiyria seiyria self-assigned this Jun 28, 2014
@seiyria seiyria closed this as completed Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant