简体   繁体   English

渲染 html 内容的后端方法

[英]Backend methods to render html content

I'm looking for insight as to what I should learn for backend development.我正在寻找有关后端开发应该学习什么的见解。

My goal is to我的目标是

  • Allow a user to enter content into forms;允许用户在 forms 中输入内容; post that content onto the website将该内容发布到网站上
  • make this content a part of the site (like twitter, they allow users to make tweets and keep it on their site)使此内容成为网站的一部分(如 twitter,它们允许用户发布推文并将其保留在他们的网站上)
  • allow a login/signup允许登录/注册

I have tried node.js/express so far.到目前为止,我已经尝试过 node.js/express。 I haven't found anything relating to server side html rendering.我还没有找到与服务器端 html 渲染相关的任何内容。 PHP seems rather obscure. PHP 似乎相当晦涩。 There are little to no resources there.那里几乎没有资源。

you can try use micro framework like as Slim + Doctrine ORM (or RedBean) for models您可以尝试使用微框架,例如Slim + Doctrine ORM (或 RedBean)作为模型

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Yii2如何用html内容呈现广播列表? - Yii2 how to render radiolist with html content? 使用Laravel HTML帮助器渲染HTML内容时失败 - Failed when render HTML content with Laravel HTML helper 使用PHP抓取内容时不要渲染html - Don't render html when scraping content with PHP laravel 5.3如何使用功能在视图中呈现页面的html内容 - laravel 5.3 how to render html content of a page in a view with a function PHP If状态-仅在后端有Joomla模块文本字段输出文本时才渲染HTML - PHP If state - Render HTML only if there is text output from Joomla module text field int the backend 打印数据库存储wysiwyg html内容的安全方法 - Safe methods to print database stored wysiwyg html content 插入兼容HTML5的外部html内容的最佳方法? php vs HTML5 vs javascript方法 - Optimum way to insert external html content HTML5 compliant? php vs HTML5 vs javascript methods 转换HTML画布内容以在laravel后端上发送角形数据请求 - convert HTML canvas content to send it angular form data request on laravel backend html表单的后端 - Backend of html form 将wordpress插件挂钩到单个页面以呈现一些html / javascript内容的最佳方法是什么? - What is the best way to hook wordpress plugin to a single page in order to render some html/javascript content?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM