在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:koodi101/lesson3-nodejs-template开源软件地址:https://github.com/koodi101/lesson3-nodejs-template开源编程语言:JavaScript 90.8%开源软件介绍:Koodi101 chat exampleThis is the repository for a simple chat application using koa, a Node.js web server framework, and sequelize, which maintains the SQLite database. PrerequisitesYou can run the example with Node.js or Docker. Node.js is a programming language based on JavaScript which allows you to read files, create processes and run server software. Regular JavaScript is run within a web browser and has no access to the filesystem or processes. Docker is a tool that allows a programmer to easily deploy their applications in a sandbox (called containers). Docker is used to run software that consists of multiple pieces (called services) which together work for example as a web server.
Running the exampleFirst you need to clone the git repository using a command-line tool called
After cloning the repository, you have to change your
To confirm you are in the correct directory, use the command
You should now see something similar to
Running with plain Node.js
Running using Docker & docker-compose
ExercisesThe app
Deploy
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论