Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meixg/chatroom--demo

使用ajax和nodejs实现的一个十分简易的聊天室
https://github.com/meixg/chatroom--demo

Last synced: 5 days ago
JSON representation

使用ajax和nodejs实现的一个十分简易的聊天室

Awesome Lists containing this project

README

        

一个十分简易的聊天室

前端页面使用ajax向服务器提交名字和消息。
服务器使用nodejs,操作数据库MySQL。每次返回最近的5条聊天记录。