# learning-websocket
**Repository Path**: zhangli2018/learning-websocket
## Basic Information
- **Project Name**: learning-websocket
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-03
- **Last Updated**: 2021-08-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## This repo is my learning websocket record.
We need a page that user can register and login. Then that can chat with each other on real time.
### 1. ajax method
server_ajax.js - Server side interface that process ajax register and login request.
www/chat_ajax.html - front end page
### 2. websocket method
server_socket.js - Server side interface that process websocket request.
www/chat_websocket.html - front end page