/WebSocket-Presentation

Primary LanguageJavaScriptMIT LicenseMIT

A WebSocket Presentation

Watch Slides →

Watch Slides

content strature

├── images
├── README.md
├── index.html
├── index.md // main content
└── attach
    ├── js_code.js //js code used in images
    └── server.js // websocket echo server

本地编辑、展示

npm install
npm start