Skip to content

bjlzt/openresty-chatting-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openresty-chatting-room

基于openresty websocket实现的聊天室

支持不同聊天室:ws://localhost:8888/s/{chat-room-id}

如ws://localhost:8888/s/1234

权限控制:如果只允许登录用户使用聊天室,则需要:

登录->设置cookie,包括uid,nickname,token

token是uid、nickname和一个key md5生成。

About

基于openresty websocket实现的聊天室

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published