Skip to content
/ kchat Public

Persistent group chat in <50 lines using kdb+/k/q web sockets and JS

Notifications You must be signed in to change notification settings

srpeck/kchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kchat

Persistent group chat. Server uses kdb+/k/q web sockets, client is static JS/HTML/CSS; less than 50 lines for both.

Dependencies

To run

  1. Drop chat.htm, index.txt, and chat.q or chat.k in the q directory.

  2. Start the kdb+/k/q web socket server:

    • Linux: /path/to/q/l32/q chat.k -p 80
    • Windows: /path/to/q/w32/q chat.k -p 80
  3. Browse to http://localhost

About

Persistent group chat in <50 lines using kdb+/k/q web sockets and JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published