项目作者: reysmerwvr

项目描述 :
A chat example to showcase how to use 'socket.io' with a static 'express' server with 'async' for control flow.
高级语言: HTML
项目地址: git://github.com/reysmerwvr/chat-nodejs.git
创建时间: 2016-02-23T13:24:58Z
项目社区:https://github.com/reysmerwvr/chat-nodejs

开源协议:MIT License

下载


Chat NodeJS

Chat NodeJS

Requirements

  • Node >= 12.10.0
  • Express >= 4.17.1
  • SocketIO >= 2.3.0

Version

1.0.0

Installation

Download zip file and extract it latest release. Or clone the repository and cd into it.

Chat NodeJS uses a number of open source projects to work properly:

  • [Node] - Open-source, cross-platform, JavaScript runtime.
  • [Express] - Fast, unopinionated, minimalist web framework for Node.js
  • [Socket.io] - Featuring the fastest and most reliable real-time engine

Install the dependencies and start the server.

Run

  1. cd chat_nodejs
  2. node app.js

Preview


Meta

Reysmer Valle – @ReysmerWVR

License

Chat NodeJS is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE file.

Todos

  • Write tests
  • Add code comments

[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does
its job. There is no need to format nicely because it shouldn’t be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)

[Node]: https://nodejs.org/en
[Express]: https://expressjs.com
[Socket.io]: https://socket.io