UNPKG

p3x-redis-ui-server

Version:

🏍️ P3X Redis UI server — Socket.IO backend for the dual Angular + React frontend with AI queries, 54 languages, and auto data decompression

2 lines (1 loc) 243 B
export default async e=>{const{socket:r,payload:s}=e;try{global.p3xre&&global.p3xre.setLanguage({key:s.key}),r.emit(e.responseEvent,{status:"ok",key:s.key})}catch(s){console.error(s),r.emit(e.responseEvent,{status:"error",error:s.message})}};