Skip to content

kissio/kiss.io-example-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiss.io-example-chat v1.0.1

A really basic chat example of kiss.io that demonstrates at the most minimal level how to create a namespace, how to attach to it a router, and finally how to mount it onto the server.


how to use

$ cd kiss.io-example-chat
$ npm install --save
$ npm start

in your browser: go to http://localhost:3000 to interact with the demo.

Features

  • Multiple users can join the chat by each entering a unique username on website load.
  • Users can type chat messages to the chat room.
  • A notification is sent to all users when a user joins or leaves the chatroom.

Credits

Based upon socket.io chat example, written by the following contributers:

Adapted to kiss.io v0.4.0-alpha.1 by Amit Evron.

LICENSE

BSD

About

[node.js] A really basic chat client example for kiss.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages