Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meixg/chatroom--demo
使用ajax和nodejs实现的一个十分简易的聊天室
https://github.com/meixg/chatroom--demo
Last synced: 5 days ago
JSON representation
使用ajax和nodejs实现的一个十分简易的聊天室
- Host: GitHub
- URL: https://github.com/meixg/chatroom--demo
- Owner: meixg
- Created: 2016-01-24T14:32:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T09:58:09.000Z (over 8 years ago)
- Last Synced: 2024-11-16T16:42:22.896Z (2 months ago)
- Language: JavaScript
- Homepage: http://meixg.cn/chatroom
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
一个十分简易的聊天室
前端页面使用ajax向服务器提交名字和消息。
服务器使用nodejs,操作数据库MySQL。每次返回最近的5条聊天记录。