Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 386 Bytes

File metadata and controls

18 lines (11 loc) · 386 Bytes

pmchat/client

  • JS: client/js/chat/* (UI interactions and server communication)
  • CSS: client/css/chat/app_ui.css
  • client/_db.inc (DB configuration)

pmchat/server

  • server/chat-app-server.js (main server node app)
  • server/config.js (ex: db config, port, etc.)

pmchat/database:

  • database example to use

pmchat/apache:

  • Apache ProxyReverse use example