闲谈现场 这是一个基于Node.js,Express和MongoDB的简单网站。 它主要用作示例站点,以了解Express框架如何在后端工作。 它包括使用PassportJS进行身份验证的注册/登录。 所有用户凭证,聊天和会话将存储在本地mongoDB数据库中。 聊天室的大多数前端设计(css和jquery)已从使用或修改 应用演练 亮点 使用passwordJS本地策略进行登录/注册和身份验证。 在MongoDB数据库上存储用户,会话和过去的聊天室。 使用SOCKET.IO的实时聊天室,通过身份验证的用户可以实时相互聊天。 同样,加载过去的聊天记录,保存在数据库中。 使用EJS作为前端模板 安装 克隆此存储库并运行npm install 然后运行'npm run dev' 在网站上访问localhost:4000并进行探索。 Docker指南 如果您的计算机中安装了Docker
2021-12-30 01:58:14 60KB JavaScript
1
前一级分离示例 使用一个快递公司提供的api供前端调用,前端ajax请求进行对数据库的CURD操作。 前言 在学习前端开发的过程中了解到前分离的这个概念尝试前逐步因此决定小试身手,项目中主要使用到的框架和库。 vuejs vue-router muse-ui axios express猫鼬mongodb ...... 效果图 首页添加电影更新电影信息展示电影详情删除电影 开发环境 需要本地安装 , 或 , 初始化 首先用vue-cli初始化项目目录 vue init webpack my-project cd my-rpoject && npm install npm run dev 看到
2021-12-30 00:57:24 3MB express mongodb vuejs2 MongoDBJavaScript
1
Beginning Node.js is your step-by-step guide to learning all the aspects of creating maintainable Node.js applications. You will see how Node.js is focused on creating high-performing, highly-scalable websites, and how easy it is to get started. Many front-end devs regularly work with HTML, CSS, PHP, even WordPress, but haven't yet got started with Node.js. This book explains everything for you from a beginner level, enabling you to start using Node.js in your projects right away. Using this book you will learn important Node.js concepts for server-side programming. You will begin with an easy-to-follow pure JavaScript primer, which you can skip if you're confident of your JS skills. You'll then delve into Node.js concepts such as streams and events, and the technology involved in building full-stack Node.js applications. You'll also learn how to test your Node.js code, and deploy your Node.js applications on the internet. Node.js is a great and simple platform to work with. It is lightweight, easy to deploy and manage. You will see how using Node.js can be a fun and rewarding experience - start today with Beginning Node.js. What you’ll learn • Learn how JavaScript can help you be highly productive as a full-stack developer • How to set up an end to end Node.js development environment • Learn how to create reusable and maintainable Node.js modules • Patterns for sharing code between the server and the client • Create Node.js restful web services and websites • Store and retrieve your data using Document Databases • How to test your Node.js applications • How to deploy your applications on the internet Who this book is for Beginning Node.js is great for front-end developers looking to use Node.js in their websites. If you understand the basics of programming this book will teach you how you can leverage JavaScript to create full stack web-apps using Node.js. Node.js allows you to write code that runs both on the client and server. This allows you to reuse more code and deliver applications faster. From this book you will learn how to write maintainable server-side JavaScript using Node.js, how to test your code and deploy it on the internet. Table of Contents Chapter 1: Setting up for Node.js Development Chapter 2: Understanding Node.js Chapter 3: Core Node.js Chapter 4: Node.js Packages Chapter 5: Events and Streams Chapter 6: Getting Started with HTTP Chapter 7: Introducing Express Chapter 8: Persisting Data Chapter 9: Front-End Basics Chapter 10: Simplifying Callbacks Chapter 11: Debugging Chapter 12: Testing Chapter 13: Deployment and Scalability
2021-12-29 22:34:00 6.94MB node nodejs javascript
1
开式电子 这是如何将与electronic一起使用来构建跨平台桌面应用程序的示例。 请注意,还有一个附加的npm脚本可为电子程序重建软件包,从安装脚本中调用该脚本: "electron-rebuild": "electron-rebuild -w opencv4nodejs" 纯js 此示例说明如何在没有任何捆绑程序的情况下将opencv4nodejs与电子和纯HTML + Javascript一起使用。 运行此示例: 设置opencv4nodejs,电子并为电子重建模块: npm install 跑: npm start webpack-reactjs 此示例显示了如何将open
2021-12-29 10:28:48 1.16MB electron react nodejs javascript
1
node-parse-csv-example 使用csvjson在NodeJs中解析CSV 如何运行: 克隆此存储库 将目录(cd)更改为终端应用程序中的克隆目录 运行npm install 运行npm start 服务器将在端口3000上侦听。使用端点/import来请求form-data 。
2021-12-28 20:55:57 20KB JavaScript
1
PCI EXPRESS体系结构详解,从PCI到PCI EXPRESS讲解体系结构原理机器构成,专业,详细,附带英文版协议规范,是学习pci设备设计及其软件开发的好帮手
2021-12-28 10:33:38 11.95MB PCIE PCI EXPRESS 协议规范
1
基于MySql数据库+Express对外提供用户列表的API接口服务
2021-12-27 19:03:04 1.13MB es6
1
vue-nodejs-博客 Alphabet的个人博客项目Ver0.0 前言 项目预览: : 本项目是一个前先前分离的vue + nodejs博客项目,一路踩坑边学边用摸爬滚打终于初步上线 所有页面没有使用任何第三方ui框架,所有页面效果,页面功能均由个人独立完成 如果该博客对你有帮助,欢迎star和issue! 后记 该项目始于2018年,技术栈是vue2.x,是作者初学vue时的作品。现在过了两年回头再看本项目,确实有很多不足,但项目中用到的一些工具和方法今天来看依然没有过时,作为入门的项目仍然尚可。 vue 3.0今年已经面世,本项目将来不会再进行功能性的更新,但会偶尔解决一些依赖的
2021-12-26 21:53:59 2.08MB nodejs javascript express vue
1
nodejs + express +mysql 电影项目第一期
2021-12-26 20:06:36 14.36MB nodejs
1
网络聊天 说明:master分支还不太稳定,可以查看稳定分支 功能 注册登录功能 聊天功能 查看历史记录 多个聊天室 与机器人对接 图片发送 发送链接 发送表情 图片预览 消息未读 断线重连 好友资料查看 添加好友 单聊 搜索好友 热门好友推荐 启动项目 开发环境:MongoDB,Node 8.5.0 +,Npm 5.3.0+ 产品环境:Redis,MongoDB,Node 8.5.0 +,Npm 5.3.0+ 启动客户端 $webchat cd client $client npm install -----安装依赖 $client npm run serve -----运行 启动服务端 $client cd .. $webchat npm install $webchat npm run dev 打包 打包客户端 cd client npm run build 服务端运行 cd .. npm run prod 在线观看 技术交流 qq群:437938625 加微信,拉你进微信群。 技术栈 前vue,vue-router,vuex 初期nodejs,express 数据库mongo
2021-12-26 18:03:51 128KB nodejs express mongodb vue
1